Changeset 61354
- Timestamp:
- 12/05/2025 06:30:24 PM (2 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
-
capabilities.php (modified) (1 diff)
-
class-wp-roles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r60977 r61354 1125 1125 * 1126 1126 * @since 2.0.0 1127 * @since x.y.zSupport 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. 1128 1128 * 1129 1129 * @param string $role Role name. -
trunk/src/wp-includes/class-wp-roles.php
r60364 r61354 166 166 * 167 167 * @since 2.0.0 168 * @since x.y.zSupport 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. 169 169 * 170 170 * @param string $role Role name.
Note: See TracChangeset
for help on using the changeset viewer.