Make WordPress Core

Changeset 39755


Ignore:
Timestamp:
01/09/2017 02:37:55 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove incorrect @param tags for admin_print_footer_scripts-{$hook_suffix} and admin_footer-{$hook_suffix} dynamic actiona.

Remove @global tags as well as they are not suited to describe a function parameter and are documented in the description of the actions.

Props keesiemeijer.
Fixes #39527.

File:
1 edited

Legend:

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

    r38307 r39755  
    7979 *
    8080 * @since 4.6.0
    81  *
    82  * @global string $hook_suffix
    83  *
    84  * @param string $hook_suffix The current admin page.
    8581 */
    8682do_action( "admin_print_footer_scripts-{$hook_suffix}" );
     
    10096 *
    10197 * @since 2.8.0
    102  *
    103  * @global string $hook_suffix
    104  * @param string $hook_suffix The current admin page.
    10598 */
    10699do_action( "admin_footer-{$hook_suffix}" );
Note: See TracChangeset for help on using the changeset viewer.