Changeset 1110878
- Timestamp:
- 03/12/2015 06:26:18 AM (11 years ago)
- Location:
- raspberry-weather/trunk
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raspberry-weather/trunk/functions.php
r1108929 r1110878 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 = plugins_url( 'editor_plugin.js', __FILE__ ); 28 28 $plugin_array['raspberryweather'] = $url; 29 29 return $plugin_array; -
raspberry-weather/trunk/readme.txt
r1108929 r1110878 53 53 == Changelog == 54 54 55 = 1.3 = 56 57 Another fine contribution by Stefan Mayer, removed hardcoded path to plugin js 58 55 59 = 1.2 = 56 60 Thanks to Stefan Mayer for removing deprecated functions and adding some improvements! Graph now works on newest PHP versions!
Note: See TracChangeset
for help on using the changeset viewer.