Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #16858, comment 13


Ignore:
Timestamp:
03/24/2011 11:37:35 AM (13 years ago)
Author:
hakre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16858, comment 13

    v1 v2  
    22> I don't see a need for these links to be absolute url's, most links in the !WordPress admin are relative (ie. just `edit.php?..`)
    33
    4 I don't see it either, had running this quite fine: [attachment:ticket:16932:16932-hotfix-path-mapping.patch]
     4I don't see it either, had running this quite fine: [attachment:ticket:16932:16932-hotfix-path-mapping.patch 16932-hotfix-path-mapping.patch]
    55
    66>
    77> We should be able to just call add_query_arg() / remove_query_arg() without the $url parameter first.
    88
    9 I like the idea and the patch [attachment:16858.diff].
     9I like the idea and the [attachment:16858.diff patch].
    1010
    1111> However, Looking at the other uses of HTTP_HOST in WordPress, if it's not being corrected afterwards, a lot of login related redirections will fail as well.