PluginProbe
Social Share Buttons / 1.2
Social Share Buttons v1.2
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | classes/class-presets.php +2 -2 1.181.2 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 namespace MBSocial;
3 3 defined('ABSPATH') or die('No direct access permitted');
4 4
5 -/** Class for loading Social Share Presets. Presets are in JSON format */
5 +
6 6 class Presets
7 7 {
8 8
9 9 protected $presets = array();
@@ -55,9 +55,9 @@
55 55 'square_drop' => __('Square with drop effect', 'mbsocial'),
56 56 'square_lift' => __('Square with lift effect', 'mbsocial'),
57 57 'square_shift' => __('Square with shift effect', 'mbsocial'),
58 58 'square_flip' => __('Square small with flip effect', 'mbsocial'),
59 - 'rectangle_flip' => __('Rectangle with flip effect', 'mbsocial'),
59 + 'rectangle_flip' => __('Rectangle with flip effect', 'mbsocial'),
60 60 'stretch' => __('Stretch buttons', 'mbsocial'),
61 61 );
62 62
63 63 return $labels;