diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index 4c0827a3ec..38c650c416 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -847,7 +847,7 @@ final class _WP_Editors { 'Clear formatting' => __( 'Clear formatting' ), 'Bold' => __( 'Bold' ), 'Italic' => __( 'Italic' ), - 'Code' => _x( 'Code', 'editor button' ), + 'Code' => __( 'Code' ), 'Source code' => __( 'Source code' ), 'Font Family' => __( 'Font Family' ), 'Font Sizes' => __( 'Font Sizes' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index ee4f8d749d..8d45e534d1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37440'; +$wp_version = '4.6-alpha-37441'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.