Changeset 36569 for trunk/src/wp-includes/comment.php
- Timestamp:
- 02/18/2016 12:23:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r36566 r36569 2206 2206 2207 2207 //Do not search for a pingback server on our own uploads 2208 $uploads_dir = wp_ upload_dir();2208 $uploads_dir = wp_get_upload_dir(); 2209 2209 if ( 0 === strpos($url, $uploads_dir['baseurl']) ) 2210 2210 return false;
Note: See TracChangeset
for help on using the changeset viewer.