diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index df297a5634..bdd1ec3f60 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -3124,8 +3124,8 @@ function register_theme_feature( $feature, $args = array() ) { 'invalid_rest_prepare_callback', sprintf( /* translators: %s: prepare_callback */ - __( 'The %s must be a callable function.' ), - 'prepare_callback' + __( 'The "%s" must be a callable function.' ), + 'prepare_callback' ) ); }