Skip to content

Commit

Permalink
Rename filter on $args sent to export_wp() for clarity. See #19863.
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@22402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
joncave committed Nov 6, 2012
1 parent df39c7b commit 1049edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function export_add_js() {
$args['content'] = $_GET['content'];
}

$args = apply_filters( 'wp_export_args', $args );
$args = apply_filters( 'export_args', $args );

export_wp( $args );
die();
Expand Down

0 comments on commit 1049edd

Please sign in to comment.