We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c50aaa commit f802d25Copy full SHA for f802d25
framework/Supports/Autoptimize.php
@@ -157,7 +157,7 @@ public function add_external_links_target_rel( $content ) {
157
}
158
159
if ( ! preg_match( '#target="(.*)"#Usmi', $basic_tag, $target_domain ) ) {
160
- $tag = str_replace( $domain[0], ' target="_blank"' . $domain[0], $tag );
+ $tag = str_replace( $domain[0], 'target="_blank" ' . $domain[0], $tag );
161
162
163
$content = str_replace( $basic_tag, $tag, $content );
0 commit comments