Make WordPress Core

Changeset 43791


Ignore:
Timestamp:
10/22/2018 09:00:47 PM (6 years ago)
Author:
ocean90
Message:

Themes: Remove a stray slash and gutenberg text domain.

See #45125.

Location:
branches/5.0/src/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php

    r43790 r43791  
    169169                        ),
    170170                        'responsive-embeds' => array(
    171                             'description' => __( 'Whether the theme supports responsive embedded content.', 'gutenberg' ),
     171                            'description' => __( 'Whether the theme supports responsive embedded content.' ),
    172172                            'type'        => 'bool',
    173173                            'readonly'    => true,
  • branches/5.0/src/wp-includes/theme.php

    r43790 r43791  
    22182218 *                         'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads',
    22192219 *                         'custom-header', 'custom-background', 'title-tag', 'starter-content',
    2220  *                         'responsive-embeds/', etc.
     2220 *                         'responsive-embeds', etc.
    22212221 * @param mixed  $args,... Optional extra arguments to pass along with certain features.
    22222222 * @return void|bool False on failure, void otherwise.
Note: See TracChangeset for help on using the changeset viewer.