mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Administration: Replace "can not" with "cannot" after [53131].
Follow-up to [53131], [52979]. See #46057, #38913 git-svn-id: https://develop.svn.wordpress.org/trunk@53132 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6963,7 +6963,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
preg_match( '|<title>([^<]*?)</title>|is', $remote_source, $matchtitle );
|
||||
$title = isset( $matchtitle[1] ) ? $matchtitle[1] : '';
|
||||
if ( empty( $title ) ) {
|
||||
return $this->pingback_error( 32, __( 'A title on that page can not be found.' ) );
|
||||
return $this->pingback_error( 32, __( 'A title on that page cannot be found.' ) );
|
||||
}
|
||||
|
||||
// Remove all script and style tags including their content.
|
||||
|
||||
Reference in New Issue
Block a user