Changeset 10121 for trunk/wp-includes/post-template.php
- Timestamp:
- 12/07/2008 10:13:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r10115 r10121 689 689 $list_args['exclude'] = ''; 690 690 } 691 $list_args['exclude'] = get_option('page_on_front');691 $list_args['exclude'] .= get_option('page_on_front'); 692 692 } 693 693 }
Note: See TracChangeset
for help on using the changeset viewer.