Changeset 44262 for trunk/src/wp-includes/blocks/categories.php
- Timestamp:
- 12/17/2018 03:35:21 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43891,43903,43919
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/blocks/categories.php
r44163 r44262 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', 'default' ); 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.