Changeset 22392
- Timestamp:
- 11/06/2012 12:06:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r21994 r22392 95 95 } 96 96 97 $args = apply_filters( 'wp_export_args', $args ); 98 97 99 export_wp( $args ); 98 100 die(); … … 210 212 <?php endforeach; ?> 211 213 214 <?php do_action( 'export_filters' ) ?> 215 212 216 <?php submit_button( __('Download Export File') ); ?> 213 217 </form>
Note: See TracChangeset
for help on using the changeset viewer.