Changes between Initial Version and Version 1 of Ticket #36935, comment 19
- Timestamp:
- 06/29/2016 09:22:03 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36935, comment 19
initial v1 1 [attachment:36935.7.diff] introduces the `get_details()` method to `WP_Site`. This allows for lazy loading of extended site details without deprecating`get_blog_details()`.1 [attachment:36935.7.diff] still introduces the `get_details()` method to `WP_Site`. This allows for lazy loading of extended site details. It does not deprecate `get_blog_details()`. 2 2 3 3 A couple notes: