Changeset 52290
- Timestamp:
- 11/30/2021 07:23:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r51943 r52290 499 499 ); 500 500 501 // Capability queries were only introduced in WP 5.9. 502 if ( version_compare( $GLOBALS['wp_version'], '5.9-alpha', '<' ) ) { 503 $args['who'] = 'authors'; 504 unset( $args['capability'] ); 505 } 506 501 507 /** 502 508 * Filters query arguments for listing authors.
Note: See TracChangeset
for help on using the changeset viewer.