Changeset 63391
- Timestamp:
- 08/28/2026 11:09:30 AM (3 weeks ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
-
abilities-api.php (modified) (1 diff)
-
abilities-api/class-wp-abilities-registry.php (modified) (2 diffs)
-
abilities-api/class-wp-ability.php (modified) (5 diffs)
-
rest-api/endpoints/class-wp-rest-abilities-v1-list-controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/abilities-api.php
r63343 r63391 233 233 * 234 234 * @since 6.9.0 235 * @since 7.1.0 Added the `public` meta argument. 235 236 * @since 7.2.0 The `category` argument is now optional and defaults to `uncategorized`. 236 237 * -
trunk/src/wp-includes/abilities-api/class-wp-abilities-registry.php
r63343 r63391 41 41 * 42 42 * @since 6.9.0 43 * @since 7.1.0 Added the `public` meta argument. 43 44 * @since 7.2.0 The `category` argument is now optional and defaults to `uncategorized`. 44 45 * … … 111 112 * 112 113 * @since 6.9.0 114 * @since 7.1.0 Added the `public` meta argument. 113 115 * @since 7.2.0 The `category` argument is now optional and defaults to `uncategorized`. 114 116 * -
trunk/src/wp-includes/abilities-api/class-wp-ability.php
r62934 r63391 140 140 * 141 141 * @since 6.9.0 142 * @since 7.1.0 Added the `public` meta argument. 142 143 * 143 144 * @see wp_register_ability() … … 210 211 * 211 212 * @since 6.9.0 213 * @since 7.1.0 Added the `public` meta argument. 212 214 * 213 215 * @see WP_Abilities_Registry::register() … … 513 515 * 514 516 * @since 6.9.0 517 * @since 7.1.0 Added the `wp_ability_validate_input` filter. 515 518 * 516 519 * @param mixed $input Optional. The input data to validate. Default `null`. … … 578 581 * 579 582 * @since 6.9.0 583 * @since 7.1.0 Exceptions thrown by the callback are now caught and returned as a `WP_Error`. 580 584 * 581 585 * @param callable $callback The callable to invoke. … … 706 710 * 707 711 * @since 6.9.0 712 * @since 7.1.0 Added the `wp_ability_validate_output` filter. 708 713 * 709 714 * @param mixed $output The output data to validate. -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-list-controller.php
r62831 r63391 245 245 * 246 246 * @since 6.9.0 247 * @since 7.1.0 Added the `meta.public` property. 247 248 * 248 249 * @return array<string, mixed> Item schema data. … … 331 332 * 332 333 * @since 6.9.0 334 * @since 7.1.0 Added the `namespace` and `meta` parameters and the `rest_abilities_collection_params` filter. 333 335 * 334 336 * @return array<string, mixed> Collection parameters.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)