- Timestamp:
- 02/09/2026 04:59:52 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/abilities-api/class-wp-ability.php
r61505 r61602 53 53 /** 54 54 * The name of the ability, with its namespace. 55 * Example : `my-plugin/my-ability`.55 * Examples: `my-plugin/my-ability`, `my-plugin/resource/find`. 56 56 * 57 57 * @since 6.9.0 … … 341 341 /** 342 342 * Retrieves the name of the ability, with its namespace. 343 * Example : `my-plugin/my-ability`.343 * Examples: `my-plugin/my-ability`, `my-plugin/resource/find`. 344 344 * 345 345 * @since 6.9.0
Note: See TracChangeset
for help on using the changeset viewer.