Plugin Directory

Changeset 775707


Ignore:
Timestamp:
09/19/2013 11:43:23 PM (13 years ago)
Author:
Dejan Batanjac
Message:

Eliminated warning...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phpinfo-print/trunk/lib/phpinfoClass.php

    r774558 r775707  
    99    public static function installActions(){   
    1010        add_action('admin_menu', 'phpinfo::admin_menus');
    11         add_action( 'admin_enqueue_scripts', 'enqueue_scripts' );
     11        add_action( 'admin_enqueue_scripts', 'phpinfo::enqueue_scripts' );
    1212        add_action( 'admin_print_footer_scripts', 'add_pointer_scripts' );
    1313    }
     
    3333    public function add_pointer_scripts()
    3434    {
    35         $content = '<h3>Define New Settings</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.';
    3737
    3838        echo $content;
Note: See TracChangeset for help on using the changeset viewer.