Changeset 993954
- Timestamp:
- 09/20/2014 04:18:07 PM (12 years ago)
- File:
-
- 1 edited
-
raspberry-weather/trunk/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raspberry-weather/trunk/functions.php
r868212 r993954 25 25 function raspberryweather_register($plugin_array) 26 26 { 27 $url = trim(get_bloginfo('url'), "/") . "/wp-content/plugins/Raspberry Weather/editor_plugin.js";27 $url = trim(get_bloginfo('url'), "/") . "/wp-content/plugins/raspberry-weather/editor_plugin.js"; 28 28 $plugin_array['raspberryweather'] = $url; 29 29 return $plugin_array;
Note: See TracChangeset
for help on using the changeset viewer.