Changeset 775707
- Timestamp:
- 09/19/2013 11:43:23 PM (13 years ago)
- File:
-
- 1 edited
-
phpinfo-print/trunk/lib/phpinfoClass.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
phpinfo-print/trunk/lib/phpinfoClass.php
r774558 r775707 9 9 public static function installActions(){ 10 10 add_action('admin_menu', 'phpinfo::admin_menus'); 11 add_action( 'admin_enqueue_scripts', ' enqueue_scripts' );11 add_action( 'admin_enqueue_scripts', 'phpinfo::enqueue_scripts' ); 12 12 add_action( 'admin_print_footer_scripts', 'add_pointer_scripts' ); 13 13 } … … 33 33 public function add_pointer_scripts() 34 34 { 35 $content = '<h3> Define NewSettings</h3>';36 $content .= '<p> Edit the settings of your WordPress website.';35 $content = '<h3>Web Server Settings</h3>'; 36 $content .= '<p>Check web server settigns in the form just as phpinfo() function.'; 37 37 38 38 echo $content;
Note: See TracChangeset
for help on using the changeset viewer.