Make WordPress Core

Changeset 12323


Ignore:
Timestamp:
12/06/2009 05:05:49 PM (15 years ago)
Author:
westi
Message:

Revert the string change to the Discussion meta box as this is a generic box for multiple post types. Fixes #11346.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r12272 r12323  
    376376<input name="advanced_view" type="hidden" value="1" />
    377377<p class="meta-options">
    378     <label for="comment_status" class="selectit"><input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /><?php _e('Allow Comments on this page.') ?></label><br />
     378    <label for="comment_status" class="selectit"><input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /><?php _e('Allow Comments.') ?></label><br />
    379379    <label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /><?php printf( __('Allow <a href="%s" target="_blank">trackbacks and pingbacks</a> on this page.'),_x('http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments','Url to codex article on Managing Comments')); ?></label>
    380380</p>
Note: See TracChangeset for help on using the changeset viewer.