Make WordPress Core

Changeset 57107


Ignore:
Timestamp:
11/12/2023 09:19:20 AM (10 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix incorrect property doc in WP_Theme::get_allowed() tests.

The @array tag does not exist. This should be @var array.

Reference: PHP Documentation Standards: Class Members.

Follow-up to [36350].

Props jrf.
See #59651.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/wpThemeGetAllowedFilters.php

    r51367 r57107  
    99    class Tests_Theme_wpThemeGetAllowedFilters extends WP_UnitTestCase {
    1010        /**
    11          * @array List of themes allowed before filters are applied.
     11         * @var array List of themes allowed before filters are applied.
    1212         */
    1313        protected $default_allowed;
Note: See TracChangeset for help on using the changeset viewer.