#2492 closed defect (bug) (fixed)
RTE assumes links are relative to /wp-admin/
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
If you add links using the RTE, it FORCES them to be relative to /wp-admin/
.
If you're adding relative links, you know what you're doing, and you don't want RTE playing babysitter to you and giving you a result that NO ONE ever wants (links prefixed with http://yoursite.com/wp-admin/).
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Attached patch allows truly relative links ("images/foo.jpg") to be translated to the blog's home: "http://example.com/blog/images/foo.jpg"
However, a url of "/images/foo.jpg" will NOT be converted on save, so browsers will interpret it as "http://example.com/images/foo.jpg"
Note that for any change to your RTE, whether in a patch or a change of your blog home setting, the editor will not reflect the change immediately because the old code and seetings are cached by your browser. You must refresh your editor in order to get the new code/settings.