Changeset 27419 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/05/2014 08:40:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r27403 r27419 1588 1588 } 1589 1589 1590 function wp_ajax_update_widget() { 1591 require( ABSPATH . WPINC . '/class-wp-customize-manager.php' ); 1592 $GLOBALS['wp_customize'] = new WP_Customize_Manager; 1593 1594 WP_Customize_Widgets::wp_ajax_update_widget(); 1595 } 1596 1590 1597 function wp_ajax_upload_attachment() { 1591 1598 check_ajax_referer( 'media-form' );
Note: See TracChangeset
for help on using the changeset viewer.