Changeset 16068
- Timestamp:
- 10/29/2010 07:06:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r16065 r16068 1776 1776 if ( isset($test['query']) ) 1777 1777 $post_links[] = $link_test; 1778 elseif ( ($test['path'] != '/') && ($test['path'] != '') )1778 elseif ( isset( $test['path'] ) && ( $test['path'] != '/' ) && ( $test['path'] != '' ) ) 1779 1779 $post_links[] = $link_test; 1780 1780 } … … 1785 1785 1786 1786 foreach ( (array) $post_links as $pagelinkedto ) { 1787 $pingback_server_url = discover_pingback_server_uri( $pagelinkedto, 2048);1787 $pingback_server_url = discover_pingback_server_uri( $pagelinkedto ); 1788 1788 1789 1789 if ( $pingback_server_url ) {
Note: See TracChangeset
for help on using the changeset viewer.