Make WordPress Core


Ignore:
Timestamp:
01/08/2019 04:29:06 AM (6 years ago)
Author:
pento
Message:

General: Replace "Happy blogging" with "Happy publishing".

As of this commit, WordPress is no longer a simple blogging platform. It's now a comprehensive publishing solution.

This also replaces a couple of other "blog" references that were missed previously.

Props igmoweb, Valer1e, audrasjb, pento.
Fixes #41000.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/upgrade.php

    r44264 r44455  
    6464        update_option( 'siteurl', $guessurl );
    6565
    66         // If not a public blog, don't ping.
     66        // If not a public site, don't ping.
    6767        if ( ! $public ) {
    6868            update_option( 'default_pingback_flag', 0 );
Note: See TracChangeset for help on using the changeset viewer.