Make WordPress Core


Ignore:
Timestamp:
11/11/2015 08:54:20 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove non-translatable HTML code from the first post content in populate_network() and wp_install_defaults().

Add translator comment.

Props ramiy.
Fixes #34619.

File:
1 edited

Legend:

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

    r35575 r35614  
    984984                'wpmu_upgrade_site' => $wp_db_version,
    985985                'welcome_email' => $welcome_email,
    986                 'first_post' => __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ),
     986                /* translators: %s: site link */
     987                'first_post' => __( 'Welcome to %s. This is your first post. Edit or delete it, then start blogging!' ),
    987988                // @todo - network admins should have a method of editing the network siteurl (used for cookie hash)
    988989                'siteurl' => get_option( 'siteurl' ) . '/',
Note: See TracChangeset for help on using the changeset viewer.