mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
Use "update" language to refer to new versions. Props johnbillion. fixes #4868
git-svn-id: http://svn.automattic.com/wordpress/trunk@5985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8790a28916
commit
88f73f7f41
@ -32,7 +32,7 @@ if ( ! isset( $cur->response ) || $cur->response != 'upgrade' )
|
|||||||
return false;
|
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
|
<?php
|
||||||
}
|
}
|
||||||
add_action( 'admin_notices', 'update_nag', 3 );
|
add_action( 'admin_notices', 'update_nag', 3 );
|
||||||
|
Loading…
Reference in New Issue
Block a user