Make WordPress Core


Ignore:
Timestamp:
11/06/2023 09:25:02 AM (15 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/script-loader.php

    r56754 r57065  
    33563356 *     'console.error( ... )' === wp_remove_surrounding_empty_script_tags( $js );
    33573357 *
    3358  * @private
    33593358 * @since 6.4.0
     3359 * @access private
    33603360 *
    33613361 * @see wp_print_inline_script_tag()
Note: See TracChangeset for help on using the changeset viewer.