Skip to content

Commit 8a6ad54

Browse files
gzioloCopilot
andauthored
Update src/wp-includes/abilities-api.php
Co-authored-by: Copilot <[email protected]>
1 parent 1a5f672 commit 8a6ad54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/abilities-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ function wp_get_ability_category( string $slug ): ?WP_Ability_Category {
589589
* @see wp_get_ability_category()
590590
*
591591
* @return WP_Ability_Category[] An array of registered ability category instances. Returns an empty array
592-
* if no ability categories are registered or if the registry is unavailable.
592+
* if no ability categories are registered.
593593
*/
594594
function wp_get_ability_categories(): array {
595595
$registry = WP_Ability_Categories_Registry::get_instance();

0 commit comments

Comments
 (0)