Changeset 38943 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 10/26/2016 03:38:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r38904 r38943 212 212 /* 213 213 * @todo 214 * get_blog_details(),caching, etc. Consider alternative optimization routes,214 * caching, etc. Consider alternative optimization routes, 215 215 * perhaps as an opt-in for plugins, rather than using the pre_* filter. 216 216 * For example: The segments filter can expand or ignore paths. … … 244 244 245 245 if ( $site ) { 246 // @todo get_blog_details()247 246 return $site; 248 247 }
Note: See TracChangeset
for help on using the changeset viewer.