Changeset 13240 for trunk/wp-includes/link-template.php
- Timestamp:
- 02/20/2010 12:50:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r13213 r13240 1077 1077 */ 1078 1078 function get_boundary_post($in_same_cat = false, $excluded_categories = '', $start = true) { 1079 global $post , $wpdb;1079 global $post; 1080 1080 1081 1081 if ( empty($post) || !is_single() || is_attachment() )
Note: See TracChangeset
for help on using the changeset viewer.