--- a/wp/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php Wed Sep 21 18:19:35 2022 +0200
@@ -27,7 +27,7 @@
}
/**
- * Registers the routes for the objects of the controller.
+ * Registers the routes for the site's settings.
*
* @since 4.7.0
*
@@ -154,7 +154,7 @@
}
/**
- * Filters whether to preempt a setting value update.
+ * Filters whether to preempt a setting value update via the REST API.
*
* Allows hijacking the setting update logic and overriding the built-in behavior by
* returning true.