Make WordPress Core

Changeset 61354 for trunk


Ignore:
Timestamp:
12/05/2025 06:30:24 PM (9 months ago)
Author:
westonruter
Message:

Docs: Update @since x.y.z with actual version number.

Follow-up to [60364].

Props solankisoftware, oztaser.
See #43421.
Fixes #64366.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r60977 r61354  
    11251125 *
    11261126 * @since 2.0.0
    1127  * @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array.
     1127 * @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array.
    11281128 *
    11291129 * @param string                               $role         Role name.
  • trunk/src/wp-includes/class-wp-roles.php

    r60364 r61354  
    166166         *
    167167         * @since 2.0.0
    168          * @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array.
     168         * @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array.
    169169         *
    170170         * @param string                               $role         Role name.
Note: See TracChangeset for help on using the changeset viewer.