Changeset 42875 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 03/25/2018 06:09:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r42343 r42875 341 341 * @global wpdb $wpdb WordPress database abstraction object. 342 342 * 343 * @param array $post_ids Array of post IDs to filter the query by. Optional.343 * @param int[] $post_ids Optional. Array of post IDs to filter the query by. 344 344 */ 345 345 function wxr_authors_list( array $post_ids = null ) {
Note: See TracChangeset
for help on using the changeset viewer.