Changeset 29464 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 08/11/2014 03:18:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r29255 r29464 5760 5760 if ( $post_ID = url_to_postid($pagelinkedto) ) { 5761 5761 $way = 'url_to_postid()'; 5762 } elseif ( preg_match('#p/[0-9]{1,}#', $urltest['path'], $match) ) {5762 } elseif ( isset( $urltest['path'] ) && preg_match('#p/[0-9]{1,}#', $urltest['path'], $match) ) { 5763 5763 // the path defines the post_ID (archives/p/XXXX) 5764 5764 $blah = explode('/', $match[0]);
Note: See TracChangeset
for help on using the changeset viewer.