We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79856df commit cf9e3dbCopy full SHA for cf9e3db
1 file changed
src/wp-admin/post.php
@@ -93,7 +93,7 @@
93
94
$post = get_post( $post_id );
95
if ( ! $post ) {
96
- $error_msg = __( 'Unable to submit this form, please refresh and try again.' );
+ $error_msg = __( 'Unable to submit this form, please refresh and try again' );
97
}
98
99
if ( $error_msg ) {
0 commit comments