Make WordPress Core


Ignore:
Timestamp:
05/23/2019 01:11:04 AM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Make punctuation in some wp-admin strings more consistent.

Props pedromendonca.
Fixes #47358.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r45140 r45382  
    8989<label for="show_comments_cookies_opt_in">
    9090<input name="show_comments_cookies_opt_in" type="checkbox" id="show_comments_cookies_opt_in" value="1" <?php checked( '1', get_option( 'show_comments_cookies_opt_in' ) ); ?> />
    91 <?php _e( 'Show comments cookies opt-in checkbox, allowing comment author cookies to be set.' ); ?>
     91<?php _e( 'Show comments cookies opt-in checkbox, allowing comment author cookies to be set' ); ?>
    9292</label>
    9393<br />
Note: See TracChangeset for help on using the changeset viewer.