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/customize.php

    r27574 r27695  
    8585<?php
    8686/**
    87  * Print Customizer control styles.
     87 * Fires when Customizer control styles are printed.
    8888 *
    8989 * @since 3.4.0
     
    9292
    9393/**
    94  * Print Customizer control scripts.
     94 * Fires when Customizer control scripts are printed.
    9595 *
    9696 * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.