Make WordPress Core

Changeset 28216


Ignore:
Timestamp:
04/25/2014 07:53:09 AM (12 years ago)
Author:
DrewAPicture
Message:

Mark the $hook and $page_hook hooks as @internal to skip parsing.

See #26869.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r26914 r28216  
    205205                 * Used to call the registered callback for a plugin screen.
    206206                 *
    207                  * @access private
    208                  *
     207                 * @internal
    209208                 * @since 1.5.0
    210209                 */
  • trunk/src/wp-cron.php

    r25616 r28216  
    9393                         * Fires scheduled events.
    9494                         *
     95                         * @internal
    9596                         * @since 2.1.0
    9697                         *
    9798                         * @param string $hook Name of the hook that was scheduled to be fired.
    98                          * @param array $v['args'] The arguments to be passed to the hook.
     99                         * @param array  $args The arguments to be passed to the hook.
    99100                         */
    100101                        do_action_ref_array( $hook, $v['args'] );
Note: See TracChangeset for help on using the changeset viewer.