We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aa49d commit 8da27bcCopy full SHA for 8da27bc
src/wp-admin/options-discussion.php
@@ -155,7 +155,7 @@
155
<td><fieldset><legend class="screen-reader-text"><span><?php echo $email_me_whenever_title; ?></span></legend>
156
<label for="comments_notify">
157
<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>
+<?php _e( 'Anyone posts a comment or note' ); ?> </label>
159
<br />
160
<label for="moderation_notify">
161
<input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked( '1', get_option( 'moderation_notify' ) ); ?> />
0 commit comments