Changeset 43919 for branches/5.0/src/wp-includes/blocks/categories.php
- Timestamp:
- 11/21/2018 03:08:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/blocks/categories.php
r43801 r43919 28 28 $id = 'wp-block-categories-' . $block_id; 29 29 $args['id'] = $id; 30 $args['show_option_none'] = __( 'Select Category' , 'gutenberg');30 $args['show_option_none'] = __( 'Select Category' ); 31 31 $wrapper_markup = '<div class="%1$s">%2$s</div>'; 32 32 $items_markup = wp_dropdown_categories( $args );
Note: See TracChangeset
for help on using the changeset viewer.