Skip to content

Commit 3a810ce

Browse files
fix i18n issue
1 parent 7acbf7e commit 3a810ce

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/wp-includes/abilities/class-wp-settings-abilities.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ private static function build_output_schema(): array {
159159
if ( ! isset( $group_properties[ $group ] ) ) {
160160
$group_properties[ $group ] = array(
161161
'type' => 'object',
162-
'description' => sprintf(
163-
/* translators: %s: Settings group name. */
164-
__( '%s settings.' ),
165-
ucfirst( $group )
166-
),
167162
'properties' => array(),
168163
'additionalProperties' => false,
169164
);

0 commit comments

Comments
 (0)