Ticket #19863: 19863.refresh.diff
| File 19863.refresh.diff, 643 bytes (added by brandondove, 7 months ago) |
|---|
-
wp-admin/export.php
94 94 $args['content'] = $_GET['content']; 95 95 } 96 96 97 $args = apply_filters( 'wp_export_args', $args ); 98 97 99 export_wp( $args ); 98 100 die(); 99 101 } … … 209 211 <p><label><input type="radio" name="content" value="<?php echo esc_attr( $post_type->name ); ?>" /> <?php echo esc_html( $post_type->label ); ?></label></p> 210 212 <?php endforeach; ?> 211 213 214 <?php do_action( 'export_filters' ) ?> 215 212 216 <?php submit_button( __('Download Export File') ); ?> 213 217 </form> 214 218 </div>
