From 3a333ae41d7deabbf3bfc4256a674a3efadcc26c Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 15 Nov 2024 10:32:51 -0800 Subject: [PATCH] Clarify description of slug arg --- plugins/performance-lab/includes/admin/rest-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/performance-lab/includes/admin/rest-api.php b/plugins/performance-lab/includes/admin/rest-api.php index 5a57e46e8..baa821c7e 100644 --- a/plugins/performance-lab/includes/admin/rest-api.php +++ b/plugins/performance-lab/includes/admin/rest-api.php @@ -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', ),