Make WordPress Core


Ignore:
Timestamp:
03/25/2014 08:04:44 AM (12 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/includes/media.php

    r27675 r27695  
    443443
    444444    /**
    445      * Print admin styles enqueued for the legacy (pre-3.5.0) media upload popup.
     445     * Fires when admin styles enqueued for the legacy (pre-3.5.0) media upload popup are printed.
    446446     *
    447447     * @since 2.9.0
     
    453453
    454454    /**
    455      * Print admin scripts enqueued for the legacy (pre-3.5.0) media upload popup.
     455     * Fires when admin scripts enqueued for the legacy (pre-3.5.0) media upload popup are printed.
    456456     *
    457457     * @since 2.9.0
     
    463463
    464464    /**
    465      * Print scripts enqueued for the admin header for the legacy (pre-3.5.0)
    466      * media upload popup.
     465     * Fires when scripts enqueued for the admin header for the legacy (pre-3.5.0)
     466     * media upload popup are printed.
    467467     *
    468468     * @since 2.9.0
Note: See TracChangeset for help on using the changeset viewer.