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-admin/includes/template.php

    r47808 r48109  
    603603 *
    604604 * @since 2.5.0
    605  *
    606  * @staticvar string $update_nonce
    607605 *
    608606 * @param array $entry
     
    12371235 * @global array $wp_meta_boxes
    12381236 *
    1239  * @staticvar bool $already_sorted
    1240  *
    12411237 * @param string|WP_Screen $screen  The screen identifier. If you have used add_menu_page() or
    12421238 *                                  add_submenu_page() to create a new screen (and hence screen_id)
Note: See TracChangeset for help on using the changeset viewer.