mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user