Restore the update message in the dashboard, removed in 3.8.

props obenland.
fixes #26664.


git-svn-id: https://develop.svn.wordpress.org/trunk@27711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-03-25 14:35:23 +00:00
parent c9531d6d67
commit 0fccb7b64d
3 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -281,8 +281,8 @@ function wp_dashboard_right_now() {
?>
</ul>
<p><?php printf( __( 'WordPress %1$s running %2$s theme.' ), get_bloginfo( 'version', 'display' ), $theme_name ); ?></p>
<?php
update_right_now_message();
// Check if search engines are asked not to index this site.
if ( ! is_network_admin() && ! is_user_admin() && current_user_can( 'manage_options' ) && '1' != get_option( 'blog_public' ) ) {