Make WordPress Core

Changeset 44124


Ignore:
Timestamp:
12/13/2018 08:50:52 PM (6 years ago)
Author:
desrosj
Message:

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

Moves [43764] to trunk.

Fixes #45110.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-admin/includes/post.php

    r44122 r44124  
    21012101        array(
    21022102            'slug'  => 'common',
    2103             'title' => __( 'Common Blocks', 'gutenberg' ),
     2103            'title' => __( 'Common Blocks' ),
    21042104        ),
    21052105        array(
    21062106            'slug'  => 'formatting',
    2107             'title' => __( 'Formatting', 'gutenberg' ),
     2107            'title' => __( 'Formatting' ),
    21082108        ),
    21092109        array(
    21102110            'slug'  => 'layout',
    2111             'title' => __( 'Layout Elements', 'gutenberg' ),
     2111            'title' => __( 'Layout Elements' ),
    21122112        ),
    21132113        array(
    21142114            'slug'  => 'widgets',
    2115             'title' => __( 'Widgets', 'gutenberg' ),
     2115            'title' => __( 'Widgets' ),
    21162116        ),
    21172117        array(
    21182118            'slug'  => 'embed',
    2119             'title' => __( 'Embeds', 'gutenberg' ),
     2119            'title' => __( 'Embeds' ),
    21202120        ),
    21212121        array(
    21222122            'slug'  => 'reusable',
    2123             'title' => __( 'Reusable Blocks', 'gutenberg' ),
     2123            'title' => __( 'Reusable Blocks' ),
    21242124        ),
    21252125    );
Note: See TracChangeset for help on using the changeset viewer.