mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Missing that cool fade feel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
296195afe1
commit
9f95e3de61
@ -77,7 +77,7 @@ default:
|
||||
require_once('admin-header.php');
|
||||
|
||||
if ( isset($_GET['deleted']) || isset($_GET['approved']) || isset($_GET['ignored']) ) {
|
||||
echo "<div id='moderated' class='updated'>\n<p>";
|
||||
echo "<div id='moderated' class='updated fade'>\n<p>";
|
||||
$approved = (int) $_GET['approved'];
|
||||
$deleted = (int) $_GET['deleted'];
|
||||
$ignored = (int) $_GET['ignored'];
|
||||
|
Loading…
Reference in New Issue
Block a user