Skip to content

Commit 960910d

Browse files
swissspidyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1ad2a97 commit 960910d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/ability.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Feature: Manage abilities registered via the WordPress Abilities API.
199199
'output_schema' => array(
200200
'type' => 'array',
201201
),
202-
'execute_callback' => function() {
202+
'execute_callback' => function( $input = null ) {
203203
return array();
204204
},
205205
'permission_callback' => '__return_true',

0 commit comments

Comments
 (0)