Changeset 58009 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 04/15/2024 08:01:03 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r57681 r58009 402 402 * @param int[] $post_ids Optional. Array of post IDs to filter the query by. 403 403 */ 404 function wxr_authors_list( array $post_ids = null ) {404 function wxr_authors_list( ?array $post_ids = null ) { 405 405 global $wpdb; 406 406
Note: See TracChangeset
for help on using the changeset viewer.