WordPress 5.0.6

Built from https://develop.svn.wordpress.org/branches/5.0@46063


git-svn-id: http://core.svn.wordpress.org/branches/5.0@45875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-09-04 23:54:48 +00:00
parent d7e71b0458
commit b67804a2a5
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
printf( printf(
/* translators: %s: WordPress version number */ /* translators: %s: WordPress version number */
__( '<strong>Version %s</strong> addressed some security issues.' ), __( '<strong>Version %s</strong> addressed some security issues.' ),
'5.0.5' '5.0.6'
); );
?> ?>
<?php <?php
@ -77,7 +77,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
sprintf( sprintf(
/* translators: %s: WordPress version */ /* translators: %s: WordPress version */
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
sanitize_title( '5.0.5' ) sanitize_title( '5.0.6' )
) )
); );
?> ?>

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0.5'; $wp_version = '5.0.6';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.