Changeset 49935 for trunk/src/wp-includes/theme.php
- Timestamp:
- 01/05/2021 04:46:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r49927 r49935 2493 2493 * 'editor-styles', 'wp-block-styles', and 'core-block-patterns'. 2494 2494 * @param mixed ...$args Optional extra arguments to pass along with certain features. 2495 * @return void|false False on failure, void otherwise.2495 * @return void|false Void on success, false on failure. 2496 2496 */ 2497 2497 function add_theme_support( $feature, ...$args ) {
Note: See TracChangeset
for help on using the changeset viewer.