We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9e3db commit b5702d5Copy full SHA for b5702d5
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