Skip to content

Commit 8da27bc

Browse files
update: Anyone posts a comment + "or note"
1 parent 79aa49d commit 8da27bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/options-discussion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<td><fieldset><legend class="screen-reader-text"><span><?php echo $email_me_whenever_title; ?></span></legend>
156156
<label for="comments_notify">
157157
<input name="comments_notify" type="checkbox" id="comments_notify" value="1" <?php checked( '1', get_option( 'comments_notify' ) ); ?> />
158-
<?php _e( 'Anyone posts a comment' ); ?> </label>
158+
<?php _e( 'Anyone posts a comment or note' ); ?> </label>
159159
<br />
160160
<label for="moderation_notify">
161161
<input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked( '1', get_option( 'moderation_notify' ) ); ?> />

0 commit comments

Comments
 (0)