Changeset 50989 for branches/5.7/src/wp-includes/IXR/class-IXR-server.php
- Timestamp:
- 05/25/2021 05:18:54 AM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-includes/IXR/class-IXR-server.php
r49862 r50989 130 130 $error = new IXR_Error($error, $message); 131 131 } 132 133 if ( function_exists( 'status_header' ) ) {134 status_header( $error->code );135 }136 132 137 133 $this->output($error->getXml());
Note: See TracChangeset
for help on using the changeset viewer.