I18N: Fix an invalid placeholder added in [36844].

See #36048.
Built from https://develop.svn.wordpress.org/trunk@36850


git-svn-id: http://core.svn.wordpress.org/trunk@36817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-03-04 21:10:26 +00:00
parent 3bb9185496
commit f11d47d9ba
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ function wp_plugin_update_row( $file, $plugin_data ) {
esc_attr( sprintf( __( 'View %1$s version %2$s details' ), $plugin_name, $r->new_version ) ),
$r->new_version,
wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $file, 'upgrade-plugin_' . $file ),
/* translators: %û: plugin name */
/* translators: %s: plugin name */
esc_attr( sprintf( __( 'Update %s now' ), $plugin_name ) )
);
}

View File

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