Make WordPress Core


Ignore:
Timestamp:
03/25/2014 08:04:44 AM (11 years ago)
Author:
DrewAPicture
Message:

Correct misleading verbiage in 'print' hook docs.

Standardizes 'print' hook docs on the concept that hooks are fired when scripts and styles are printed.

Props ericlewis for the initial patch.
Fixes #26924.

File:
1 edited

Legend:

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

    r26235 r27695  
    8181
    8282/**
    83  * Print styles for a specific admin page based on $hook_suffix.
     83 * Fires when styles are printed for a specific admin page based on $hook_suffix.
    8484 *
    8585 * @since 2.6.0
     
    8888
    8989/**
    90  * Print styles for all admin pages.
     90 * Fires when styles are printed for all admin pages.
    9191 *
    9292 * @since 2.6.0
     
    9595
    9696/**
    97  * Print scripts for a specific admin page based on $hook_suffix.
     97 * Fires when scripts are printed for a specific admin page based on $hook_suffix.
    9898 *
    9999 * @since 2.1.0
     
    102102
    103103/**
    104  * Print scripts for all admin pages.
     104 * Fires when scripts are printed for all admin pages.
    105105 *
    106106 * @since 2.1.0
Note: See TracChangeset for help on using the changeset viewer.