Make WordPress Core

Changeset 36664


Ignore:
Timestamp:
02/24/2016 01:08:35 AM (9 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add missing periods to two strings in wp-admin/network/sites.php

Props ramiy.
Fixes #35720.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/sites.php

    r36302 r36664  
    6060    // A list of valid actions and their associated messaging for confirmation output.
    6161    $manage_actions = array(
    62         'activateblog'   => __( 'You are about to activate the site %s' ),
    63         'deactivateblog' => __( 'You are about to deactivate the site %s' ),
     62        'activateblog'   => __( 'You are about to activate the site %s.' ),
     63        'deactivateblog' => __( 'You are about to deactivate the site %s.' ),
    6464        'unarchiveblog'  => __( 'You are about to unarchive the site %s.' ),
    6565        'archiveblog'    => __( 'You are about to archive the site %s.' ),
Note: See TracChangeset for help on using the changeset viewer.