mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Remove unneeded pipe in admin footer. Props DD32, Denis-de-Bernardy. fixes #8676
git-svn-id: http://svn.automattic.com/wordpress/trunk@11298 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f6574acbf
commit
b3399e0b70
@ -83,7 +83,7 @@ function find_core_update( $version, $locale ) {
|
||||
|
||||
function core_update_footer( $msg = '' ) {
|
||||
if ( !current_user_can('manage_options') )
|
||||
return sprintf( '| '.__( 'Version %s' ), $GLOBALS['wp_version'] );
|
||||
return sprintf( __( 'Version %s' ), $GLOBALS['wp_version'] );
|
||||
|
||||
$cur = get_preferred_from_update_core();
|
||||
if ( ! isset( $cur->current ) )
|
||||
|
Loading…
Reference in New Issue
Block a user