Make WordPress Core

Changeset 26011


Ignore:
Timestamp:
11/05/2013 01:26:49 AM (11 years ago)
Author:
wonderboymusic
Message:

Pass $args to the export_wp action in export_wp(), which is currently passed no arguments.

Props nickdaugherty.
Fixes #25574.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/export.php

    r25868 r26011  
    3131    $args = wp_parse_args( $args, $defaults );
    3232
    33     do_action( 'export_wp' );
     33    do_action( 'export_wp', $args );
    3434
    3535    $sitename = sanitize_key( get_bloginfo( 'name' ) );
Note: See TracChangeset for help on using the changeset viewer.