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-includes/ms-load.php

    r25880 r25991  
    6767 * blog-suspended.php drop-ins.
    6868 *
     69 * @since 3.0.0
     70 *
    6971 * @return bool|string Returns true on success, or drop-in file to include.
    7072 */
     
    7779     * Filter checking the status of the current blog.
    7880     *
    79      * @since 1.2.1
     81     * @since 3.0.0
    8082     *
    8183     * @param bool null Whether to skip the blog status check. Default null.
Note: See TracChangeset for help on using the changeset viewer.