PHPCS: Fix errors introduced in [44833].
Built from https://develop.svn.wordpress.org/trunk@44858 git-svn-id: http://core.svn.wordpress.org/trunk@44690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3022,11 +3022,11 @@ function wp_rel_nofollow_callback( $matches ) {
|
||||
|
||||
$html = '';
|
||||
foreach ( $atts as $name => $value ) {
|
||||
$html .= "{$name}=\"" . esc_attr( $value ) . "\" ";
|
||||
$html .= "{$name}=\"" . esc_attr( $value ) . '" ';
|
||||
}
|
||||
$text = trim( $html );
|
||||
}
|
||||
return "<a $text rel=\"" . esc_attr( $rel ) . "\">";
|
||||
return "<a $text rel=\"" . esc_attr( $rel ) . '">';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user