PluginProbe
Social Share Buttons / 1.19
Social Share Buttons v1.19
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/network/mbcustom.php +1 -1 1.101.19 View file →
@@ -126,9 +126,9 @@
126 126
127 127 $button_html = "<span class='mb-item item-" . $args['index'] . "'>";
128 128 $button_html .= $button->display($button_args);
129 129 $button_html .= "</span>";
130 - $buttonObj = str_get_html($button_html);
130 + $buttonObj = \MaxButtons\str_get_html($button_html);
131 131
132 132 // fix URL *after* button output since MB filters {url} type of URL's needed for ApplyVars
133 133 if ($use && $network)
134 134 {