Make WordPress Core


Ignore:
Timestamp:
04/11/2022 11:48:58 AM (3 years ago)
Author:
audrasjb
Message:

Administration: Replace "can not" with "cannot" after [53131].

Follow-up to [53131], [52979].

See #46057, #38913

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r53131 r53132  
    69646964        $title = isset( $matchtitle[1] ) ? $matchtitle[1] : '';
    69656965        if ( empty( $title ) ) {
    6966             return $this->pingback_error( 32, __( 'A title on that page can not be found.' ) );
     6966            return $this->pingback_error( 32, __( 'A title on that page cannot be found.' ) );
    69676967        }
    69686968
Note: See TracChangeset for help on using the changeset viewer.