You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following snippet is using tabs for indentation and the comment doesn't get extracted.
/* * translators: Use this to specify the proper Google Font name and variants * to load that is supported by your language. Do not translate. * Set to 'off' to disable loading. */_x( 'Noto Serif:400,400i,700,700i', 'Google Font Name and Variants' );
But when using spaces it works.
/* * translators: Use this to specify the proper Google Font name and variants * to load that is supported by your language. Do not translate. * Set to 'off' to disable loading. */_x( 'Noto Serif:400,400i,700,700i', 'Google Font Name and Variants' );
This probably needs to be reported upstream but I'd like to have at least a test for this.
The text was updated successfully, but these errors were encountered:
Reported in https://core.trac.wordpress.org/ticket/47691.
The following snippet is using tabs for indentation and the comment doesn't get extracted.
But when using spaces it works.
This probably needs to be reported upstream but I'd like to have at least a test for this.
The text was updated successfully, but these errors were encountered: