summaryrefslogtreecommitdiffstats
path: root/wp-admin/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/index.php')
-rw-r--r--wp-admin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/index.php b/wp-admin/index.php
index 32a2d47..7270649 100644
--- a/wp-admin/index.php
+++ b/wp-admin/index.php
@@ -108,7 +108,7 @@ if ( $can_switch_themes = current_user_can( 'switch_themes' ) )
<?php if ( $can_switch_themes ) : ?>
<a href="themes.php" class="rbutton"><?php _e('Change Theme'); ?></a>
<?php endif; ?>
- <?php //update_right_now_message(); ?>
+ <?php update_right_now_message(); ?>
</p>
<?php do_action( 'rightnow_end' ); ?>