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-signup.php

    r55918 r55942  
    114114
    115115    $current_network = get_network();
    116     // Blog name.
     116    // Site name.
    117117    if ( ! is_subdomain_install() ) {
    118118        echo '<label for="blogname">' . __( 'Site Name (subdirectory only):' ) . '</label>';
Note: See TracChangeset for help on using the changeset viewer.