Skip to content

Commit 6ca2708

Browse files
committed
Increase testing code coverage for required init action check in ability categories registry
1 parent 279de40 commit 6ca2708

File tree

4 files changed

+418
-116
lines changed

4 files changed

+418
-116
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-list-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public function get_item_schema(): array {
294294
'description' => __( 'Meta information about the ability.' ),
295295
'type' => 'object',
296296
'properties' => array(
297-
'annotations' => array(
297+
'annotations' => array(
298298
'description' => __( 'Annotations for the ability.' ),
299299
'type' => array( 'boolean', 'null' ),
300300
'default' => null,

0 commit comments

Comments
 (0)