[Plugin: Custom sidebars] Links to local.wp33 in plugin
-
I found this after having firebug open while working on plugins. Some weird 404 errors to what look like an internal dev domain.
Grep output
grep -rn local.wp33 ./*
./wp-content/plugins/custom-sidebars/views/widgets.php:20: <h3><?php _e(‘New Sidebar’,’custom-sidebars’) ?><span><img src=”http://local.wp33/wp-admin/images/wpspin_dark.gif” class=”ajax-feedback” title=”” alt=””></span></h3>
./wp-content/plugins/custom-sidebars/views/widgets.php:37: <span><img src=”http://local.wp33/wp-admin/images/wpspin_light.gif” class=”ajax-feedback” title=”” alt=””></span>
./wp-content/plugins/custom-sidebars/views/ajax.php:52: <img src=”http://local.wp33/wp-admin/images/wpspin_light.gif” class=”ajax-feedback” title=”” alt=””>
The topic ‘[Plugin: Custom sidebars] Links to local.wp33 in plugin’ is closed to new replies.