Changeset 55988 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 06/22/2023 02:34:56 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r55961 r55988 755 755 */ 756 756 public function _strip_newlines( $html, $data, $url ) { 757 if ( false === strpos( $html, "\n" ) ) {757 if ( ! str_contains( $html, "\n" ) ) { 758 758 return $html; 759 759 }
Note: See TracChangeset
for help on using the changeset viewer.