We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3da0d9 commit 00a6bbdCopy full SHA for 00a6bbd
src/wp-includes/abilities/class-wp-settings-abilities.php
@@ -159,11 +159,6 @@ private static function build_output_schema(): array {
159
if ( ! isset( $group_properties[ $group ] ) ) {
160
$group_properties[ $group ] = array(
161
'type' => 'object',
162
- 'description' => sprintf(
163
- /* translators: %s: Settings group name. */
164
- __( '%s settings.' ),
165
- ucfirst( $group )
166
- ),
167
'properties' => array(),
168
'additionalProperties' => false,
169
);
0 commit comments