Changeset 775961
- Timestamp:
- 09/20/2013 11:14:30 AM (13 years ago)
- Location:
- phpinfo-print/trunk
- Files:
-
- 2 edited
-
lib/phpinfoClass.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phpinfo-print/trunk/lib/phpinfoClass.php
r775707 r775961 10 10 add_action('admin_menu', 'phpinfo::admin_menus'); 11 11 add_action( 'admin_enqueue_scripts', 'phpinfo::enqueue_scripts' ); 12 add_action( 'admin_print_footer_scripts', ' add_pointer_scripts' );12 add_action( 'admin_print_footer_scripts', 'phpinfo::add_pointer_scripts' ); 13 13 } 14 14 public static function isAdmin(){ -
phpinfo-print/trunk/readme.txt
r774558 r775961 11 11 == Description == 12 12 Simple WordPress plugin that displays exactly the same info as phpinfo() function and nothing more, in the classic presentation (see the screenshots). 13 Basically the smallest peace of code you can imagine. 13 14 14 15 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.