Changeset 43791
- Timestamp:
- 10/22/2018 09:00:47 PM (6 years ago)
- 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 169 169 ), 170 170 'responsive-embeds' => array( 171 'description' => __( 'Whether the theme supports responsive embedded content.' , 'gutenberg'),171 'description' => __( 'Whether the theme supports responsive embedded content.' ), 172 172 'type' => 'bool', 173 173 'readonly' => true, -
branches/5.0/src/wp-includes/theme.php
r43790 r43791 2218 2218 * 'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads', 2219 2219 * 'custom-header', 'custom-background', 'title-tag', 'starter-content', 2220 * 'responsive-embeds /', etc.2220 * 'responsive-embeds', etc. 2221 2221 * @param mixed $args,... Optional extra arguments to pass along with certain features. 2222 2222 * @return void|bool False on failure, void otherwise.
Note: See TracChangeset
for help on using the changeset viewer.