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/schema.php

    r44450 r44455  
    12531253        'welcome_email'               => $welcome_email,
    12541254        /* translators: %s: site link */
    1255         'first_post'                  => __( 'Welcome to %s. This is your first post. Edit or delete it, then start blogging!' ),
     1255        'first_post'                  => __( 'Welcome to %s. This is your first post. Edit or delete it, then start writing!' ),
    12561256        // @todo - network admins should have a method of editing the network siteurl (used for cookie hash)
    12571257        'siteurl'                     => get_option( 'siteurl' ) . '/',
Note: See TracChangeset for help on using the changeset viewer.