Changes between Initial Version and Version 1 of Ticket #38630, comment 4
- Timestamp:
- 12/07/2016 05:22:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38630, comment 4
initial v1 2 2 3 3 The 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 5 If we decide deprecating it is right, let's do that in a separate ticket though.