Changes between Initial Version and Version 1 of Ticket #38210, comment 6
- Timestamp:
- 07/12/2017 09:50:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38210, comment 6
initial v1 1 1 [attachment:38210.diff] seems like a good first step. 2 2 3 1. Could we get both `blogname` and ` description` in a single `switch_to_blog()` call?3 1. Could we get both `blogname` and `blogdescription` in a single `switch_to_blog()` call? 4 4 2. Once `blogname` is moved above the URL, the `printf()` and `__()` calls for `blogdescription` can be removed, it doesn't make much sense to translate `__( '%1$s' )` on its own.