Make WordPress Core

Changeset 26631


Ignore:
Timestamp:
12/04/2013 08:02:53 PM (11 years ago)
Author:
DrewAPicture
Message:

Hook docs pinking shears.

Location:
trunk/src
Files:
4 edited

Legend:

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

    r26625 r26631  
    302302     *
    303303     * Important: An object MUST be returned to this filter.
    304      * 
     304     *
    305305     * @since 2.8.0
    306      * 
     306     *
    307307     * @param object $args   Arguments used to query for installer pages from the WordPress.org Themes API.
    308308     * @param string $action Requested action. Likely values are 'theme_information',
     
    316316     * Returning a value of true to this filter allows a theme to completely
    317317     * override the built-in WordPress.org API.
    318      * 
     318     *
    319319     * @since 2.8.0
    320320     *
  • trunk/src/wp-admin/network/settings.php

    r26518 r26631  
    6868    /**
    6969     * Fires after the network options are updated.
    70      * 
     70     *
    7171     * @since MU
    7272     */
     
    313313             *
    314314             * @since MU
    315              * 
     315             *
    316316             * @param array $admin_menus The menu items available.
    317317             */
  • trunk/src/wp-admin/network/site-settings.php

    r26518 r26631  
    6161/**
    6262 * Fires after the site options are updated.
    63  * 
     63 *
    6464 * @since 3.0.0
    6565 */
     
    151151        /**
    152152         * Fires at the end of the Edit Site form, before the submit button.
    153          * 
     153         *
    154154         * @since 3.0.0
    155          * 
     155         *
    156156         * @param int $id Site ID.
    157157         */
  • trunk/src/wp-includes/formatting.php

    r26585 r26631  
    30433043     *
    30443044     * @since 2.8.0
    3045      * 
     3045     *
    30463046     * @param string $safe_tag The tag name after it has been escaped.
    30473047     * @param string $tag_name The text before it was escaped.
Note: See TracChangeset for help on using the changeset viewer.