Changeset 53132 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 04/11/2022 11:48:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r53131 r53132 6964 6964 $title = isset( $matchtitle[1] ) ? $matchtitle[1] : ''; 6965 6965 if ( empty( $title ) ) { 6966 return $this->pingback_error( 32, __( 'A title on that page can 6966 return $this->pingback_error( 32, __( 'A title on that page cannot be found.' ) ); 6967 6967 } 6968 6968
Note: See TracChangeset
for help on using the changeset viewer.