Skip to content

Commit 4e6327b

Browse files
committed
Missing that cool fade feel.
git-svn-id: https://develop.svn.wordpress.org/trunk@2871 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ca1645f commit 4e6327b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-admin/moderation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
require_once('admin-header.php');
7878

7979
if ( isset($_GET['deleted']) || isset($_GET['approved']) || isset($_GET['ignored']) ) {
80-
echo "<div id='moderated' class='updated'>\n<p>";
80+
echo "<div id='moderated' class='updated fade'>\n<p>";
8181
$approved = (int) $_GET['approved'];
8282
$deleted = (int) $_GET['deleted'];
8383
$ignored = (int) $_GET['ignored'];

0 commit comments

Comments
 (0)