Make WordPress Core


Ignore:
Timestamp:
06/19/2023 06:26:01 PM (15 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-content/themes/twentyten/header.php

    r55476 r55942  
    2222    wp_title( '|', true, 'right' );
    2323
    24     // Add the blog name.
     24    // Add the site name.
    2525    bloginfo( 'name' );
    2626
    27     // Add the blog description for the home/front page.
     27    // Add the site description for the home/front page.
    2828    $site_description = get_bloginfo( 'description', 'display' );
    2929if ( $site_description && ( is_home() || is_front_page() ) ) {
Note: See TracChangeset for help on using the changeset viewer.