Changeset 207597
- Timestamp:
- 02/18/2010 02:40:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
buddypress-group-wiki/trunk/bp-groupwiki-functions.inc.php
r207442 r207597 1534 1534 $wikiTitle = 'GroupWiki_'.$bp->groups->current_group->id; 1535 1535 $wikiMeta = ''; 1536 1537 $wikiPath = $current_site-> domain . $current_site->path . $bp->groups->current_group->slug . '-wiki/';1536 $domain = $current_site->domain; 1537 $wikiPath = $current_site->path . $bp->groups->current_group->slug . '-wiki/'; 1538 1538 1539 1539 // Create the blog to be used for wiki
Note: See TracChangeset
for help on using the changeset viewer.