Changeset 44273 for trunk/src/wp-includes/blocks/categories.php
- Timestamp:
- 12/17/2018 07:05:30 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43935,43949-43951
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/blocks/categories.php
r44262 r44273 3 3 * Server-side rendering of the `core/categories` block. 4 4 * 5 * @package gutenberg5 * @package WordPress 6 6 */ 7 7 … … 28 28 $id = 'wp-block-categories-' . $block_id; 29 29 $args['id'] = $id; 30 $args['show_option_none'] = __( 'Select Category' , 'default');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.