Make WordPress Core


Ignore:
Timestamp:
06/19/2023 06:26:01 PM (20 months ago)
Author:
johnbillion
Message:

General: Replace some instances of "blog" with "site" in documentation, translator comments, and user-facing text strings.

This is not an exhaustive change, but it gets us closer to using "site" in place of "blog" in as many places as possible.

Props NekoJonez, audrasjb, oglekler

Fixes #58117

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/footer.php

    r47798 r55942  
    2323        <?php
    2424        printf(
    25             /* translators: 1: Blog name, 2: WordPress */
     25            /* translators: 1: Site name, 2: WordPress */
    2626            __( '%1$s is proudly powered by %2$s' ),
    2727            get_bloginfo( 'name' ),
Note: See TracChangeset for help on using the changeset viewer.