PluginProbe
MaxButtons – Create buttons / 6.28
MaxButtons – Create buttons v6.28
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
← All changes | blocks/icon.php +1 -2 6.26.16.28 View file →
@@ -94,9 +94,8 @@
94 94 print_R($css["maxbutton"]);
95 95 */
96 96 $css = $this->parse_rule_textalign($css, 'mb-icon', 'normal');
97 97
98 -
99 98 return $css;
100 99 }
101 100
102 101 /* Parse text align rule. Used for alignment of images and icons. In seperate function since it needs to process different pseudo's */
@@ -122,9 +121,9 @@
122 121 break;
123 122 }
124 123 }
125 124
126 - return $css;
125 + return $css;
127 126 }
128 127
129 128 public function parse_button($domObj, $mode = 'normal')
130 129 {