Changeset 1305 for trunk/bp-themes/buddypress-home/functions.php
- Timestamp:
- 04/03/2009 01:59:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/buddypress-home/functions.php
r1303 r1305 47 47 global $bp, $query_string; 48 48 49 if ( $bp->current_component == BP_HOME_BLOG_SLUG 49 if ( $bp->current_component == BP_HOME_BLOG_SLUG ) { 50 50 $pos = strpos( $query_string, 'pagename=' . BP_HOME_BLOG_SLUG ); 51 51
Note: See TracChangeset
for help on using the changeset viewer.