mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove unneeded pipe in admin footer. Props DD32, Denis-de-Bernardy. fixes #8676
git-svn-id: https://develop.svn.wordpress.org/trunk@11298 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user