| @@ -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; |