Changeset 37488 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 05/22/2016 06:00:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r37240 r37488 50 50 $wp_filename = $sitename . 'wordpress.' . $date . '.xml'; 51 51 /** 52 * Filter the export filename.52 * Filters the export filename. 53 53 * 54 54 * @since 4.4.0 … … 270 270 foreach ( $termmeta as $meta ) { 271 271 /** 272 * Filter whether to selectively skip term meta used for WXR exports.272 * Filters whether to selectively skip term meta used for WXR exports. 273 273 * 274 274 * Returning a truthy value to the filter will skip the current meta … … 485 485 <content:encoded><?php 486 486 /** 487 * Filter the post content used for WXR exports.487 * Filters the post content used for WXR exports. 488 488 * 489 489 * @since 2.5.0 … … 495 495 <excerpt:encoded><?php 496 496 /** 497 * Filter the post excerpt used for WXR exports.497 * Filters the post excerpt used for WXR exports. 498 498 * 499 499 * @since 2.6.0 … … 522 522 foreach ( $postmeta as $meta ) : 523 523 /** 524 * Filter whether to selectively skip post meta used for WXR exports.524 * Filters whether to selectively skip post meta used for WXR exports. 525 525 * 526 526 * Returning a truthy value to the filter will skip the current meta … … 561 561 foreach ( $c_meta as $meta ) : 562 562 /** 563 * Filter whether to selectively skip comment meta used for WXR exports.563 * Filters whether to selectively skip comment meta used for WXR exports. 564 564 * 565 565 * Returning a truthy value to the filter will skip the current meta
Note: See TracChangeset
for help on using the changeset viewer.