Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37923, comment 44


Ignore:
Timestamp:
08/16/2017 09:02:29 PM (8 years ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37923, comment 44

    initial v1  
    1515I'm strongly against this. What benefit does it have to move the functions to `option.php`? They are multisite-only, so they should reside in a multisite file. For now it should be located in `ms-blogs.php`, and later be moved into `ms-site.php`, as suggested in #40647, which would bring the location in line with the other meta functions (all of which are located in the file specific to their object type).
    1616
    17 > - Moved formatting.php and meta.php earlier in bootstrap. See #37181
     17> Moved formatting.php and meta.php earlier in bootstrap. See #37181
    1818
    1919I'm fine with this being included in the patch, since it's needed, however as a reminder, this should be committed separately in advance, as part of #40948. Why is `formatting.php` moved too? Is that required somewhere?