Skip to content

Commit

Permalink
Clarify description of slug arg
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter authored Nov 15, 2024
1 parent fa5d869 commit 3a333ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/performance-lab/includes/admin/rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function perflab_register_endpoint(): void {
'args' => array(
'slug' => array(
'type' => 'string',
'description' => __( 'Plugin slug of plugin/feature that needs to be activated.', 'performance-lab' ),
'description' => __( 'Plugin slug of the Performance Lab feature to be activated.', 'performance-lab' ),
'required' => true,
'validate_callback' => 'perflab_validate_slug_endpoint_arg',
),
Expand Down

0 comments on commit 3a333ae

Please sign in to comment.