Skip to content

Commit 63dd8a7

Browse files
committed
Remove translator comment; this string does not require arguments.
1 parent ab365f1 commit 63dd8a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wp-includes/class-wp-dependencies.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ public function add_data( $handle, $key, $value ) {
293293
_deprecated_argument(
294294
'WP_Dependencies->add_data()',
295295
'6.9.0',
296-
/* translators: 1: WPLANG, 2: wp-config.php */
297-
sprintf( __( 'The %1$s argument is no longer supported for inline scripts or styles.' ), 'conditional' )
296+
__( 'The conditional argument is no longer supported for inline scripts or styles.' )
298297
);
299298
}
300299

0 commit comments

Comments
 (0)