Plugin Directory

Changeset 775961


Ignore:
Timestamp:
09/20/2013 11:14:30 AM (13 years ago)
Author:
Dejan Batanjac
Message:

Eliminated warning in the footer. Change in description...

Location:
phpinfo-print/trunk
Files:
2 edited

Legend:

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

    r775707 r775961  
    1010        add_action('admin_menu', 'phpinfo::admin_menus');
    1111        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' );
    1313    }
    1414    public static function isAdmin(){       
  • phpinfo-print/trunk/readme.txt

    r774558 r775961  
    1111== Description ==
    1212Simple WordPress plugin that displays exactly the same info as phpinfo() function and nothing more, in the classic presentation (see the screenshots).
     13Basically the smallest peace of code you can imagine.
    1314
    1415== Installation ==
Note: See TracChangeset for help on using the changeset viewer.