Forums
(@venn)
17 years, 9 months ago
This is fixed in WP 2.1 I think, in WP 2.0 go to /wp-includes/js/tinymce/tinymce.js and comment out lines 2803, 2804
if (urlParts[‘anchor’] && urlParts[‘path’] == baseUrlParts[‘path’]) return “#” + urlParts[‘anchor’];
worked for me.
18 years, 1 month ago
Thanks, that was it.