Changeset 1670898
- Timestamp:
- 06/05/2017 10:02:44 AM (9 years ago)
- Location:
- pdsweather
- Files:
-
- 3 added
- 1 edited
- 1 copied
-
tags/3.2/images (added)
-
tags/3.2/images/sun.png (added)
-
tags/3.2/pdsAdmin.php (copied) (copied from pdsweather/trunk/pdsAdmin.php) (1 diff)
-
trunk/images (added)
-
trunk/pdsAdmin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pdsweather/tags/3.2/pdsAdmin.php
r1670879 r1670898 15 15 16 16 function pds_weather_menu(){ 17 add_menu_page('Weather plugin by Proodos','Weather plugin','manage_options','pds-weather-parent','pds_weather_options' );17 add_menu_page('Weather plugin by Proodos','Weather plugin','manage_options','pds-weather-parent','pds_weather_options',plugin_dir_url( __FILE__ ) . 'images/sun.png'); 18 18 add_submenu_page('pds-weather-parent','Weather settings','Settings','manage_options','pds-weather-settings','pds_weather_set'); 19 19 } -
pdsweather/trunk/pdsAdmin.php
r1407132 r1670898 15 15 16 16 function pds_weather_menu(){ 17 add_menu_page('Weather plugin by Proodos','Weather plugin','manage_options','pds-weather-parent','pds_weather_options' );17 add_menu_page('Weather plugin by Proodos','Weather plugin','manage_options','pds-weather-parent','pds_weather_options',plugin_dir_url( __FILE__ ) . 'images/sun.png'); 18 18 add_submenu_page('pds-weather-parent','Weather settings','Settings','manage_options','pds-weather-settings','pds_weather_set'); 19 19 }
Note: See TracChangeset
for help on using the changeset viewer.