Changeset 52978 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r52840 r52978 1282 1282 wp_die( 1 ); 1283 1283 } elseif ( in_array( $post->post_status, array( 'draft', 'pending', 'trash' ), true ) ) { 1284 wp_die( __( 'Error: You can ’t reply to a comment on a draft post.' ) );1284 wp_die( __( 'Error: You cannot reply to a comment on a draft post.' ) ); 1285 1285 } 1286 1286
Note: See TracChangeset
for help on using the changeset viewer.