Changeset 5635
- Timestamp:
- 01/16/2012 10:03:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-core/bp-core-catchuri.php
r5548 r5635 114 114 // so that $current_component is populated (unless a specific WP post is being requested 115 115 // via a URL parameter, usually signifying Preview mode) 116 if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && empty( $bp_uri ) && empty( $_GET['p'] ) ) {116 if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && empty( $bp_uri ) && empty( $_GET['p'] ) && empty( $_GET['page_id'] ) ) { 117 117 $post = get_post( get_option( 'page_on_front' ) ); 118 118 if ( !empty( $post ) ) {
Note: See TracChangeset
for help on using the changeset viewer.