Changeset 44546 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/10/2019 09:05:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r44454 r44546 5089 5089 $author_query = ''; 5090 5090 if ( ! empty( $r['authors'] ) ) { 5091 $post_authors = preg_split( '/[\s,]+/',$r['authors'] );5091 $post_authors = wp_parse_list( $r['authors'] ); 5092 5092 5093 5093 if ( ! empty( $post_authors ) ) {
Note: See TracChangeset
for help on using the changeset viewer.