Keep the menu closed while loading

git-svn-id: http://svn.automattic.com/wordpress/trunk@10140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-12-09 12:00:44 +00:00
parent 379faab1b0
commit 169bbfa0a6
5 changed files with 33 additions and 34 deletions

View File

@@ -485,7 +485,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
if ( 'reply' == $action || 'quickedit' == $action )
$action .= ' hide-if-no-js';
$actions_string .= "$sep<span class='$action'>$link</span>";
$actions_string .= "<span class='$action'>$sep$link</span>";
}
}