Changeset 27823
- Timestamp:
- 03/28/2014 07:46:26 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r27816 r27823 1524 1524 do_action( 'widgets.php' ); 1525 1525 1526 /** 1527 * Fires early when editing the widgets displayed in sidebars. 1528 * 1529 * @since 2.2.0 1530 */ 1526 /** This action is documented in wp-admin/widgets.php */ 1531 1527 do_action( 'sidebar_admin_setup' ); 1532 1528 -
trunk/src/wp-admin/widgets.php
r27469 r27823 36 36 37 37 /** 38 * Fires early before the Widgets administration screen loads, after scripts are enqueued. 38 * Fires early before the Widgets administration screen loads, 39 * after scripts are enqueued. 39 40 * 40 41 * @since 2.2.0 -
trunk/src/wp-includes/class-wp-customize-widgets.php
r27820 r27823 282 282 do_action( 'load-widgets.php' ); 283 283 do_action( 'widgets.php' ); 284 285 /** This action is documented in wp-admin/widgets.php */ 284 286 do_action( 'sidebar_admin_setup' ); 285 287 } … … 1159 1161 do_action( 'load-widgets.php' ); 1160 1162 do_action( 'widgets.php' ); 1163 1164 /** This action is documented in wp-admin/widgets.php */ 1161 1165 do_action( 'sidebar_admin_setup' ); 1162 1166
Note: See TracChangeset
for help on using the changeset viewer.