Changeset 463235
- Timestamp:
- 11/15/2011 07:15:52 PM (14 years ago)
- Location:
- it-is-phpinfo
- Files:
-
- 1 added
- 2 edited
-
tags/1.1 (added)
-
trunk/it_is_phpinfo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
it-is-phpinfo/trunk/it_is_phpinfo.php
r461017 r463235 32 32 global $current_user; 33 33 34 if (is _super_admin($current_user_info->data->ID)) {34 if (isset($current_user) and is_super_admin($current_user->data->ID)) { 35 35 36 36 if (isset($_GET['it_is_phpinfo_php_info_frame'])) { -
it-is-phpinfo/trunk/readme.txt
r461036 r463235 4 4 Requires at least: 2.0.2 5 5 Tested up to: 3.2.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 8 8 Plugin 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.