Changeset 5474
- Timestamp:
- 12/09/2011 04:57:23 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-loader.php
r5435 r5474 87 87 // Note that global_tables is included in this array. 88 88 $globals = array( 89 'path' => BP_PLUGIN_DIR,90 89 'slug' => BP_ACTIVITY_SLUG, 91 90 'root_slug' => isset( $bp->pages->activity->slug ) ? $bp->pages->activity->slug : BP_ACTIVITY_SLUG, -
trunk/bp-blogs/bp-blogs-loader.php
r5313 r5474 51 51 // Note that global_tables is included in this array. 52 52 $globals = array( 53 'path' => BP_PLUGIN_DIR,54 53 'slug' => BP_BLOGS_SLUG, 55 54 'root_slug' => isset( $bp->pages->blogs->slug ) ? $bp->pages->blogs->slug : BP_BLOGS_SLUG, -
trunk/bp-forums/bp-forums-loader.php
r5301 r5474 54 54 // Note that global_tables is included in this array. 55 55 $globals = array( 56 'path' => BP_PLUGIN_DIR,57 56 'slug' => BP_FORUMS_SLUG, 58 57 'root_slug' => isset( $bp->pages->forums->slug ) ? $bp->pages->forums->slug : BP_FORUMS_SLUG, -
trunk/bp-friends/bp-friends-loader.php
r5302 r5474 73 73 // Note that global_tables is included in this array. 74 74 $globals = array( 75 'path' => BP_PLUGIN_DIR,76 75 'slug' => BP_FRIENDS_SLUG, 77 76 'has_directory' => false, -
trunk/bp-groups/bp-groups-loader.php
r5462 r5474 77 77 // Note that global_tables is included in this array. 78 78 $globals = array( 79 'path' => BP_PLUGIN_DIR,80 79 'slug' => BP_GROUPS_SLUG, 81 80 'root_slug' => isset( $bp->pages->groups->slug ) ? $bp->pages->groups->slug : BP_GROUPS_SLUG, -
trunk/bp-members/bp-members-loader.php
r5466 r5474 64 64 65 65 $globals = array( 66 'path' => BP_PLUGIN_DIR,67 66 'slug' => BP_MEMBERS_SLUG, 68 67 'root_slug' => isset( $bp->pages->members->slug ) ? $bp->pages->members->slug : BP_MEMBERS_SLUG, -
trunk/bp-messages/bp-messages-loader.php
r5329 r5474 73 73 // Note that global_tables is included in this array. 74 74 $globals = array( 75 'path' => BP_PLUGIN_DIR,76 75 'slug' => BP_MESSAGES_SLUG, 77 76 'has_directory' => false,
Note: See TracChangeset
for help on using the changeset viewer.