Make WordPress Core


Ignore:
Timestamp:
11/06/2023 09:25:02 AM (20 months ago)
Author:
SergeyBiryukov
Message:

Docs: Replace incorrect @private tags.

The @private tag does not exist and is not supported. To indicate that something is private when in the global namespace, @access private should be used instead.

Reference: PHP Documentation Standards: PHPDoc tags.

Props jrf.
See #59651.

File:
1 edited

Legend:

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

    r57053 r57065  
    11981198 * Callback used for regular expression replacement in filter_block_content().
    11991199 *
    1200  * @private
    12011200 * @since 6.2.1
     1201 * @access private
    12021202 *
    12031203 * @param array $matches Array of preg_replace_callback matches.
Note: See TracChangeset for help on using the changeset viewer.