View Single Post
Old 2007-04-03, 04:08 AM   #2
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
You can do that yourself by manually updating the quicktags.js file located in the 'wp-includes/js' folder.

On line 371 replace
Code:
edButtons[i].tagStart = '<a href="' + URL + '">';
with
Code:
edButtons[i].tagStart = '<a href="' + URL + '" rel="nofollow">';
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote