Make WordPress Core


Ignore:
Timestamp:
10/19/2018 09:11:12 AM (8 years ago)
Author:
pento
Message:

i18n: Remove some translation domains accidentally included in [43762].

See #45110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-admin/includes/post.php

    r43762 r43764  
    19521952                array(
    19531953                        'slug'  => 'common',
    1954                         'title' => __( 'Common Blocks', 'gutenberg' ),
     1954                        'title' => __( 'Common Blocks' ),
    19551955                ),
    19561956                array(
    19571957                        'slug'  => 'formatting',
    1958                         'title' => __( 'Formatting', 'gutenberg' ),
     1958                        'title' => __( 'Formatting' ),
    19591959                ),
    19601960                array(
    19611961                        'slug'  => 'layout',
    1962                         'title' => __( 'Layout Elements', 'gutenberg' ),
     1962                        'title' => __( 'Layout Elements' ),
    19631963                ),
    19641964                array(
    19651965                        'slug'  => 'widgets',
    1966                         'title' => __( 'Widgets', 'gutenberg' ),
     1966                        'title' => __( 'Widgets' ),
    19671967                ),
    19681968                array(
    19691969                        'slug'  => 'embed',
    1970                         'title' => __( 'Embeds', 'gutenberg' ),
     1970                        'title' => __( 'Embeds' ),
    19711971                ),
    19721972                array(
    19731973                        'slug'  => 'reusable',
    1974                         'title' => __( 'Reusable Blocks', 'gutenberg' ),
     1974                        'title' => __( 'Reusable Blocks' ),
    19751975                ),
    19761976        );
Note: See TracChangeset for help on using the changeset viewer.