Changeset 25734 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 10/08/2013 08:26:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r25616 r25734 35 35 } 36 36 37 /** 38 * Fires early before the Widgets administration screen loads, after scripts are enqueued. 39 * 40 * @since 2.2.0 41 */ 37 42 do_action( 'sidebar_admin_setup' ); 38 43 … … 316 321 <?php } ?> 317 322 318 <?php do_action( 'widgets_admin_page' ); ?> 323 <?php 324 /** 325 * Fires before the Widgets administration page content loads. 326 * 327 * @since 3.0.0 328 */ 329 do_action( 'widgets_admin_page' ); ?> 319 330 320 331 <div class="widget-liquid-left"> … … 397 408 398 409 <?php 410 411 /** 412 * Fires after the available widgets and sidebars have loaded, before the admin footer. 413 * 414 * @since 2.2.0 415 */ 399 416 do_action( 'sidebar_admin_page' ); 400 417 require_once( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset
for help on using the changeset viewer.