Changeset 27695 for trunk/src/wp-admin/press-this.php
- Timestamp:
- 03/25/2014 08:04:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/press-this.php
r27262 r27695 309 309 /** This action is documented in wp-admin/admin-header.php */ 310 310 do_action( 'admin_enqueue_scripts', 'press-this.php' ); 311 311 312 /** 312 * Print stylesfor the Press This admin page.313 * Firest when styles are printed for the Press This admin page. 313 314 * 314 315 * @since 3.7.0 315 316 */ 316 317 do_action( 'admin_print_styles-press-this.php' ); 318 317 319 /** This action is documented in wp-admin/admin-header.php */ 318 320 do_action( 'admin_print_styles' ); 321 319 322 /** 320 * Print scriptsfor the Press This admin page.323 * Fires when scripts are printed for the Press This admin page. 321 324 * 322 325 * @since 3.7.0 323 326 */ 324 327 do_action( 'admin_print_scripts-press-this.php' ); 328 325 329 /** This action is documented in wp-admin/admin-header.php */ 326 330 do_action( 'admin_print_scripts' ); 331 327 332 /** 328 333 * Fires in the head tag on the Press This admin page. … … 331 336 */ 332 337 do_action( 'admin_head-press-this.php' ); 338 333 339 /** This action is documented in wp-admin/admin-header.php */ 334 340 do_action( 'admin_head' );
Note: See TracChangeset
for help on using the changeset viewer.