[Plugin: CF Internal Link Shortcode] rel attribute error?
-
Shouldn’t this…
empty($rel) ? $rel = '' : $rel = ' class="'.esc_attr($class).'"';
…be this…
empty($rel) ? $rel = '' : $rel = ' rel="'.esc_attr($rel).'"';
The topic ‘[Plugin: CF Internal Link Shortcode] rel attribute error?’ is closed to new replies.