Changeset 56031 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 06/26/2023 10:15:04 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r55988 r56031 6991 6991 6992 6992 foreach ( $p as $para ) { 6993 if ( str pos( $para, $pagelinkedto ) !== false) { // It exists, but is it a link?6993 if ( str_contains( $para, $pagelinkedto ) ) { // It exists, but is it a link? 6994 6994 preg_match( '|<a[^>]+?' . $preg_target . '[^>]*>([^>]+?)</a>|', $para, $context ); 6995 6995
Note: See TracChangeset
for help on using the changeset viewer.