Changeset 2614
- Timestamp:
- 02/07/2010 01:02:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r2612 r2614 120 120 /* Return the ID of a page set as the home page. */ 121 121 function bp_dtheme_page_on_front() { 122 if ( 'page' != get_option( 'show_on_front' ) ) 123 return false; 124 122 125 return apply_filters( 'bp_dtheme_page_on_front', get_option( 'page_on_front' ) ); 123 126 }
Note: See TracChangeset
for help on using the changeset viewer.