PluginProbe
Social Share Buttons / 1.5
Social Share Buttons v1.5
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/blocks/layout-block.php +2 -1 1.121.5 View file →
@@ -181,8 +181,9 @@
181 181 $data[$this->blockname]["ignore_container"] = 0;
182 182 if (! isset($post['use_background']) && ! is_null($post))
183 183 $data[$this->blockname]['use_background'] = 0;
184 184
185 +
185 186 if ( count ($post) == 0)
186 187 return $data; // don't run on default situations
187 188
188 189 // Do the font here
@@ -325,9 +326,9 @@
325 326
326 327 <?php
327 328 // FONT SIZE
328 329 //global $maxbuttons_font_sizes;
329 - //$sizes = apply_filters('mb/editor/fontsizes', maxUtils::generate_font_sizes(10,50) );
330 + $sizes = apply_filters('mb/editor/fontsizes', maxUtils::generate_font_sizes(10,50) );
330 331
331 332 // *** LABEL SIZE *** //
332 333 $field_size = new maxField('number');
333 334 $field_size->label = __('Label Size', 'mbsocial');