Ticket #46743: 46743.diff
| File 46743.diff, 1.1 KB (added by , 7 years ago) |
|---|
-
src/wp-includes/theme.php
2327 2327 * @since 5.0.0 The `responsive-embeds`, `align-wide`, `dark-editor-style`, `disable-custom-colors`, 2328 2328 * `disable-custom-font-sizes`, `editor-color-pallete`, `editor-font-sizes`, 2329 2329 * `editor-styles`, and `wp-block-styles` features were added. 2330 * @since 5.2.0 The `body-open` feature was added. 2330 2331 * 2331 2332 * @global array $_wp_theme_features 2332 2333 * 2333 2334 * @param string $feature The feature being added. Likely core values include 'post-formats', 2334 2335 * 'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads', 2335 2336 * 'custom-header', 'custom-background', 'title-tag', 'starter-content', 2336 * 'responsive-embeds', etc.2337 * 'responsive-embeds', 'body-open' etc. 2337 2338 * @param mixed $args,... Optional extra arguments to pass along with certain features. 2338 2339 * @return void|bool False on failure, void otherwise. 2339 2340 */