Changeset 43949 for branches/5.0/src/wp-includes/blocks/latest-posts.php
- Timestamp:
- 11/30/2018 09:58:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/blocks/latest-posts.php
r43919 r43949 3 3 * Server-side rendering of the `core/latest-posts` block. 4 4 * 5 * @package gutenberg5 * @package WordPress 6 6 */ 7 7 … … 22 22 23 23 if ( isset( $attributes['categories'] ) ) { 24 $args['categor ies'] = $attributes['categories'];24 $args['category'] = $attributes['categories']; 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.