Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #20835


Ignore:
Timestamp:
06/04/2012 08:13:25 PM (14 years ago)
Author:
nacin
Comment:

I messed up my example URLs above. My main install is not /localhost/, it is /localhost/beta/. The /beta/ is therefore $current_site->path, something that needs to be accounted for.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20835

    • Property Cc xoodrew@… added
    • Property Keywords has-patch added
  • Ticket #20835 – Description

    initial v4  
    22
    33* localhost/beta/ ("WordPress")
    4 * localhost/test/ ("Test")
    5 * localhost/testsite/ ("Test Site")
    6 * localhost/author-blog/ ("Author's Blog")
    7 * localhost/author-second-blog/ ("Author's Second Blog")
     4* localhost/beta/test/ ("Test")
     5* localhost/beta/testsite/ ("Test Site")
     6* localhost/beta/author-blog/ ("Author's Blog")
     7* localhost/beta/author-second-blog/ ("Author's Second Blog")
    88
    99== 1. Search term is not broken up based on domain and path ==