The "Information" link is displayed twice.
/wp-admin/admin.php?page=allow-php-information > Allow PHP in posts > Information
http://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/
The "Information" link is displayed twice.
/wp-admin/admin.php?page=allow-php-information > Allow PHP in posts > Information
http://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/
See line 61 and 62 in allowphp.php:
add_submenu_page('allow-php-menu','Information', 'Information', 'manage_options', 'allow-php-information', 'allow_php_information');
add_submenu_page('allow-php-menu','Information', 'Information', 'manage_options', 'allow-php-information', 'allow_php_information');
You must log in to post.