Changeset 47154 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/01/2020 08:53:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r47149 r47154 1273 1273 wp_die( 1 ); 1274 1274 } elseif ( in_array( $post->post_status, array( 'draft', 'pending', 'trash' ) ) ) { 1275 wp_die( __( 'ERROR: you are replying to a comment on a draft post.' ) );1275 wp_die( __( 'ERROR: You are replying to a comment on a draft post.' ) ); 1276 1276 } 1277 1277 … … 1303 1303 1304 1304 if ( '' == $comment_content ) { 1305 wp_die( __( 'ERROR: please type a comment.' ) );1305 wp_die( __( 'ERROR: Please type a comment.' ) ); 1306 1306 } 1307 1307 … … 1405 1405 1406 1406 if ( '' == $_POST['content'] ) { 1407 wp_die( __( 'ERROR: please type a comment.' ) );1407 wp_die( __( 'ERROR: Please type a comment.' ) ); 1408 1408 } 1409 1409
Note: See TracChangeset
for help on using the changeset viewer.