Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:38:55 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @staticvar tags from core.

The tag was supported in phpDocumentor 1.x, but is no longer supported in 2.x and 3.x.

Usage of static variables is considered an internal implementation detail and has no information value for someone reading the docs.

Props alishanvr, jrf.
Fixes #50426.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/nav-menu-template.php

    r47892 r48109  
    1616 * @since 3.0.0
    1717 * @since 4.7.0 Added the `item_spacing` argument.
    18  *
    19  * @staticvar array $menu_id_slugs
    2018 *
    2119 * @param array $args {
     
    606604 * @access private
    607605 *
    608  * @staticvar array $used_ids
    609606 * @param string $id
    610607 * @param object $item
Note: See TracChangeset for help on using the changeset viewer.