Skip to content

Commit 6582d22

Browse files
committed
remove unnecessary stuff
1 parent ddd0d3b commit 6582d22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shariff-wp.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function loadshariff() {
1818
echo '<link href="'.plugins_url( 'dep/shariff.min.css', __FILE__ ).'" rel="stylesheet">'."\n";
1919
}
2020
function shariffsharing($content) {
21-
extract($args);
2221
$services = "[";
2322
if (get_option('shariff_gplus',true) == true) {
2423
$services = $services.'"googleplus"';

0 commit comments

Comments
 (0)