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

    r54866 r55942  
    107107     * @param string $title         Trackback title.
    108108     * @param string $excerpt       Trackback excerpt.
    109      * @param string $blog_name     Blog name.
     109     * @param string $blog_name     Site name.
    110110     */
    111111    do_action( 'pre_trackback_post', $post_id, $trackback_url, $charset, $title, $excerpt, $blog_name );
Note: See TracChangeset for help on using the changeset viewer.