quicktags.js for rel=”external”
-
I’m trying to modify quicktags.js in WP1.5 to insert rel=”external” into links that I create. I tried changing this line:
edButtons[i].tagStart = '<a href="' + URL + '">';
to this:
edButtons[i].tagStart = '<a href="' + URL + '" rel="external">';
but it doesn’t seem to work. I’ve looked around the forums and not found the answer, but may have missed it. Please advise. Thanks,
–recog
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘quicktags.js for rel=”external”’ is closed to new replies.