Make WordPress Core

Changeset 31404


Ignore:
Timestamp:
02/10/2015 07:52:38 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Remove redundant string with a typo introduced in [25481].

see #31217.

File:
1 edited

Legend:

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

    r31403 r31404  
    276276         * The following strings have a special meaning and will get replaced dynamically:
    277277         * ###USERNAME###  The current user's username.
    278          * ###ADMIN_URL### The link to click on to confirm the email change. Required otherwise this functunalty is will break.
     278         * ###ADMIN_URL### The link to click on to confirm the email change.
    279279         * ###EMAIL###     The new email.
    280280         * ###SITENAME###  The name of the site.
     
    356356                 * The following strings have a special meaning and will get replaced dynamically:
    357357                 * ###USERNAME###  The current user's username.
    358                  * ###ADMIN_URL### The link to click on to confirm the email change. Required otherwise this functunalty is will break.
    359                  * ###EMAIL### The new email.
    360                  * ###SITENAME### The name of the site.
    361                  * ###SITEURL### The URL to the site.
     358                 * ###ADMIN_URL### The link to click on to confirm the email change.
     359                 * ###EMAIL###     The new email.
     360                 * ###SITENAME###  The name of the site.
     361                 * ###SITEURL###   The URL to the site.
    362362                 *
    363363                 * @since MU
Note: See TracChangeset for help on using the changeset viewer.