Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38630, comment 4


Ignore:
Timestamp:
12/07/2016 05:22:00 PM (7 years ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38630, comment 4

    initial v1  
    22
    33The method is (as far as I can see) only called in `wp_get_sites()` which is already deprecated, and it is easily possible to achieve the same effect (only with the new properties instead) by using `get_object_vars( $site )`. We should probably discuss this change soon (as deprecations should happen early in the cycle), and it would definitely need to be highlighted in a multisite dev note.
     4
     5If we decide deprecating it is right, let's do that in a separate ticket though.