Changeset 16069 for trunk/wp-includes/functions.php
- Timestamp:
- 10/29/2010 07:07:28 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r16062 r16069 1207 1207 if ( isset( $test['query'] ) ) 1208 1208 $post_links[] = $link_test; 1209 elseif ( $test['path'] != '/' && $test['path'] != '')1209 elseif ( isset($test['path']) && ( $test['path'] != '/' ) && ($test['path'] != '' ) ) 1210 1210 $post_links[] = $link_test; 1211 1211 }
Note: See TracChangeset
for help on using the changeset viewer.