Changeset 52042 for trunk/src/wp-includes/blocks/categories.php
- Timestamp:
- 11/08/2021 02:26:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/categories.php
r51261 r52042 24 24 'title_li' => '', 25 25 ); 26 if ( ! empty( $attributes['showOnlyTopLevel'] ) && $attributes['showOnlyTopLevel'] ) { 27 $args['parent'] = 0; 28 } 26 29 27 30 if ( ! empty( $attributes['displayAsDropdown'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.