Use "update" language to refer to new versions. Props johnbillion. fixes #4868
git-svn-id: https://develop.svn.wordpress.org/trunk@5985 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
24a23168f7
commit
46fcc70168
@ -32,7 +32,7 @@ if ( ! isset( $cur->response ) || $cur->response != 'upgrade' )
|
||||
return false;
|
||||
|
||||
?>
|
||||
<div id="update-nag"><?php printf( __('Update Available! <a href="%s">Please upgrade now</a>.'), $cur->url ); ?></div>
|
||||
<div id="update-nag"><?php printf( __('A new version of WordPress is available! <a href="%s">Please update now</a>.'), $cur->url ); ?></div>
|
||||
<?php
|
||||
}
|
||||
add_action( 'admin_notices', 'update_nag', 3 );
|
||||
|
Loading…
Reference in New Issue
Block a user