mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Text Changes: Improve the wording of some error messages.
Props dartiss, williampatton, johnbillion, SergeyBiryukov. Fixes #50382. git-svn-id: https://develop.svn.wordpress.org/trunk@50947 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1587,7 +1587,7 @@ function wp_start_scraping_edited_file_errors() {
|
||||
echo wp_json_encode(
|
||||
array(
|
||||
'code' => 'scrape_nonce_failure',
|
||||
'message' => __( 'Scrape nonce check failed. Please try again.' ),
|
||||
'message' => __( 'Scrape key check failed. Please try again.' ),
|
||||
)
|
||||
);
|
||||
echo "###### wp_scraping_result_end:$key ######";
|
||||
|
||||
Reference in New Issue
Block a user