Make WordPress Core


Ignore:
Timestamp:
06/18/2025 08:36:41 PM (5 months ago)
Author:
SergeyBiryukov
Message:

Docs: Remove redundant @access tags from DocBlocks in various files.

Since the affected methods already have the visibility declared in the function signature, these tags are unnecessary and add no new information.

Follow-up to [41590], [48159], [56052].

Props marian1.
Fixes #63272.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block.php

    r59823 r60325  
    5555     * @since 5.5.0
    5656     * @var array
    57      * @access protected
    5857     */
    5958    protected $available_context = array();
     
    6463     * @since 5.9.0
    6564     * @var WP_Block_Type_Registry
    66      * @access protected
    6765     */
    6866    protected $registry;
Note: See TracChangeset for help on using the changeset viewer.