Skip to content

Commit 00a6bbd

Browse files
fix i18n issue
1 parent a3da0d9 commit 00a6bbd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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)