Changeset 853336
- Timestamp:
- 02/07/2014 04:48:55 PM (12 years ago)
- Location:
- html-parser
- Files:
-
- 2 edited
-
tags/1.0/index.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
html-parser/tags/1.0/index.php
r851915 r853336 16 16 17 17 function register_my_htmlparser(){ 18 add_menu_page( 'My HTML Parser', 'HTML Parser', 'manage_options', 'htmlparserpage', 'parser', plugins_url( 'html-parser -r/icon.png' ), 5 );18 add_menu_page( 'My HTML Parser', 'HTML Parser', 'manage_options', 'htmlparserpage', 'parser', plugins_url( 'html-parser/icon.png' ), 5 ); 19 19 } 20 20 -
html-parser/trunk/index.php
r851915 r853336 16 16 17 17 function register_my_htmlparser(){ 18 add_menu_page( 'My HTML Parser', 'HTML Parser', 'manage_options', 'htmlparserpage', 'parser', plugins_url( 'html-parser -r/icon.png' ), 5 );18 add_menu_page( 'My HTML Parser', 'HTML Parser', 'manage_options', 'htmlparserpage', 'parser', plugins_url( 'html-parser/icon.png' ), 5 ); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.