Changeset 62091
- Timestamp:
- 03/23/2026 08:56:30 AM (11 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r61790 r62091 490 490 $query_args = apply_filters( 'wp_list_authors_args', $query_args, $parsed_args ); 491 491 492 $authors = get_users( $query_args ); 493 $post_counts = array(); 492 $authors = get_users( $query_args ); 494 493 495 494 /**
Note: See TracChangeset
for help on using the changeset viewer.