Changeset 32642 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r31090 r32642 21 21 * @since 2.1.0 22 22 * 23 * @global wpdb $wpdb 24 * @global WP_Post $post 25 * 23 26 * @param array $args Filters defining what should be included in the export. 24 27 */ … … 244 247 * 245 248 * @since 3.1.0 249 * 250 * @global wpdb $wpdb 246 251 * 247 252 * @param array $post_ids Array of post IDs to filter the query by. Optional. … … 376 381 377 382 <?php if ( $post_ids ) { 383 /** 384 * @global WP_Query $wp_query 385 */ 378 386 global $wp_query; 379 387
Note: See TracChangeset
for help on using the changeset viewer.