mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
I18N: Remove a stray translator comment added in [38057].
See #37290. Built from https://develop.svn.wordpress.org/trunk@38070 git-svn-id: http://core.svn.wordpress.org/trunk@38011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
40741408ec
commit
50a39d4b1f
@ -655,7 +655,6 @@ function wp_default_scripts( &$scripts ) {
|
|||||||
'deleteFailed' => __( 'Deletion failed: %s' ),
|
'deleteFailed' => __( 'Deletion failed: %s' ),
|
||||||
'deleted' => __( 'Deleted!' ),
|
'deleted' => __( 'Deleted!' ),
|
||||||
'livePreview' => __( 'Live Preview' ),
|
'livePreview' => __( 'Live Preview' ),
|
||||||
/* translators: %s: Theme name */
|
|
||||||
'activatePlugin' => is_network_admin() ? __( 'Network Activate' ) : __( 'Activate' ),
|
'activatePlugin' => is_network_admin() ? __( 'Network Activate' ) : __( 'Activate' ),
|
||||||
'activateTheme' => is_network_admin() ? __( 'Network Enable' ) : __( 'Activate' ),
|
'activateTheme' => is_network_admin() ? __( 'Network Enable' ) : __( 'Activate' ),
|
||||||
/* translators: %s: Plugin name */
|
/* translators: %s: Plugin name */
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-beta3-38069';
|
$wp_version = '4.6-beta3-38070';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user