~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-admin/options-discussion.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-01-24 22:20:08 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140124222008-wgyk0hvmhjkubf9i
Tags: 3.8.1+dfsg-1
* New upstream release.
* Depend on either mysql or mariadb client Closes: #732914

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
?>
32
32
 
33
33
<div class="wrap">
34
 
<?php screen_icon(); ?>
35
34
<h2><?php echo esc_html( $title ); ?></h2>
36
35
 
37
36
<form method="post" action="options.php">
53
52
<input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> />
54
53
<?php _e('Allow people to post comments on new articles'); ?></label>
55
54
<br />
56
 
<small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small>
 
55
<p class="description"><?php echo '(' . __( 'These settings may be overridden for individual articles.' ) . ')'; ?></p>
57
56
</fieldset></td>
58
57
</tr>
59
58
<tr valign="top">