We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d84be0 commit 86f29f6Copy full SHA for 86f29f6
inc/Helpers/Formatting/Link.php
@@ -132,7 +132,7 @@ function get_the_link( array $attributes, array $settings = [] ): string {
132
// For security reason if target _blank add rel noopener
133
if ( '_blank' === $attributes['target'] ) {
134
$attributes['rel'] = 'noopener';
135
- $settings['new_window'] = ! empty( $settings['new_window'] ) ? $settings['new_window'] : '<span class="sronly">' . esc_html__(
+ $settings['new_window'] = ! empty( $settings['new_window'] ) ? $settings['new_window'] : '<span class="sr-only">' . esc_html__(
136
'New window',
137
'beapi-frontend-framework'
138
) . '</span>';
0 commit comments