Changeset 5355 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 11/24/2011 03:08:26 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r5352 r5355 1063 1063 if ( is_multisite() ) { 1064 1064 $network_options = apply_filters( 'bp_core_network_options', array( 1065 'tags_blog_id' => '0', 1066 'registration' => '0', 1067 'fileupload_maxk' => '1500' 1065 'tags_blog_id' => '0', 1066 'sitewide_tags_blog' => '', 1067 'registration' => '0', 1068 'fileupload_maxk' => '1500' 1068 1069 ) ); 1069 1070
Note: See TracChangeset
for help on using the changeset viewer.