- Timestamp:
- 03/23/2026 07:39:45 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/abilities-api/class-wp-ability.php
r61602 r62094 53 53 /** 54 54 * The name of the ability, with its namespace. 55 * Example s: `my-plugin/my-ability`, `my-plugin/resource/find`.55 * Example: `my-plugin/my-ability`. 56 56 * 57 57 * @since 6.9.0 … … 341 341 /** 342 342 * Retrieves the name of the ability, with its namespace. 343 * Example s: `my-plugin/my-ability`, `my-plugin/resource/find`.343 * Example: `my-plugin/my-ability`. 344 344 * 345 345 * @since 6.9.0
Note: See TracChangeset
for help on using the changeset viewer.