Changeset 3380 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 11/07/2010 10:56:27 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r3369 r3380 361 361 </li> 362 362 363 <?php wp_list_pages( 'title_li=&depth= 1&exclude=' . bp_dtheme_page_on_front() ); ?>363 <?php wp_list_pages( 'title_li=&depth=0&exclude=' . bp_dtheme_page_on_front() ); ?> 364 364 <?php do_action( 'bp_nav_items' ); ?> 365 365 </ul><!-- #nav -->
Note: See TracChangeset
for help on using the changeset viewer.