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/ms-blogs.php

    r55940 r55942  
    3232
    3333/**
    34  * Gets a full blog URL, given a blog ID.
    35  *
    36  * @since MU (3.0.0)
    37  *
    38  * @param int $blog_id Blog ID.
    39  * @return string Full URL of the blog if found. Empty string if not.
     34 * Gets a full site URL, given a site ID.
     35 *
     36 * @since MU (3.0.0)
     37 *
     38 * @param int $blog_id Site ID.
     39 * @return string Full site URL if found. Empty string if not.
    4040 */
    4141function get_blogaddress_by_id( $blog_id ) {
     
    5353
    5454/**
    55  * Gets a full blog URL, given a blog name.
     55 * Gets a full site URL, given a site name.
    5656 *
    5757 * @since MU (3.0.0)
Note: See TracChangeset for help on using the changeset viewer.