Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32503, comment 6


Ignore:
Timestamp:
05/27/2015 01:53:51 AM (9 years ago)
Author:
earnjam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32503, comment 6

    initial v1  
    1919Right now the checkbox only shows when `home` and `site_url` are identical. Which is actually '''''not''''' all that helpful because if they are the same, you wouldn't have the issue of the original ticket.
    2020
    21 Perhaps we could just update both `home` and `site_url` automatically if they are the same and equal to the previous value of `domain``path` and don't update them if `home` and `site_url` are different. The downside of that is that it's confusing because now we have 4 separate values set in 2 locations and changing the `domain``path` values on `site-info.php` wouldn't really do anything.
     21Perhaps we could just update both `home` and `site_url` automatically if they are the same and equal to the previous value of `domain``path` and don't update them if `home` and `site_url` are different. The downside of that is that it's confusing because now we have 4 separate values set in 2 locations and changing the `domain``path` values on `site-info.php` wouldn't really do anything practical. It would just change the values in `wp_blogs`