Make WordPress Core

Changeset 61381


Ignore:
Timestamp:
12/15/2025 10:31:53 PM (2 weeks ago)
Author:
peterwilsoncc
Message:

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

Follow-up to [60364].

Reviewed by jorbin.
Merges [61354] to the 6.9 branch.

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

Location:
branches/6.9
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/6.9

  • branches/6.9/src/wp-includes/capabilities.php

    r60977 r61381  
    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.
  • branches/6.9/src/wp-includes/class-wp-roles.php

    r60364 r61381  
    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.