Plugin Directory

Changeset 463235


Ignore:
Timestamp:
11/15/2011 07:15:52 PM (14 years ago)
Author:
tomas.hooks
Message:

undisplayed notices

Location:
it-is-phpinfo
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • it-is-phpinfo/trunk/it_is_phpinfo.php

    r461017 r463235  
    3232     global $current_user;
    3333 
    34    if (is_super_admin($current_user_info->data->ID)) {
     34   if (isset($current_user) and is_super_admin($current_user->data->ID)) {
    3535     
    3636if (isset($_GET['it_is_phpinfo_php_info_frame'])) {
  • it-is-phpinfo/trunk/readme.txt

    r461036 r463235  
    44Requires at least: 2.0.2
    55Tested up to: 3.2.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77
    88Plugin displays phpinfo inside wordpress environment. You can see actual changes in settings made by wordpress and plugins for frontend side.
Note: See TracChangeset for help on using the changeset viewer.