Make WordPress Core


Ignore:
Timestamp:
10/30/2013 03:19:16 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Correct @since values for various hooks. fixes #25766.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r25721 r25991  
    220220 * Pluggable functions are also available at this point in the loading order.
    221221 *
    222  * @since 1.5.2
     222 * @since 1.5.0
    223223 */
    224224do_action( 'plugins_loaded' );
     
    336336 * If you wish to plug an action once WP is loaded, use the wp_loaded hook below.
    337337 *
    338  * @since 1.5.2
     338 * @since 1.5.0
    339339 */
    340340do_action( 'init' );
Note: See TracChangeset for help on using the changeset viewer.