Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38210, comment 6


Ignore:
Timestamp:
07/12/2017 09:50:55 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38210, comment 6

    initial v1  
    11[attachment:38210.diff] seems like a good first step.
    22
    3 1. Could we get both `blogname` and `description` in a single `switch_to_blog()` call?
     31. Could we get both `blogname` and `blogdescription` in a single `switch_to_blog()` call?
    442. 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.