Changeset 10356 for trunk/src/bp-core/bp-core-update.php
- Timestamp:
- 11/15/2015 07:57:03 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-update.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-update.php
r10349 r10356 7 7 */ 8 8 9 // Exit if accessed directly 9 // Exit if accessed directly. 10 10 defined( 'ABSPATH' ) || exit; 11 11 … … 61 61 * 62 62 * @param string $basename BuddyPress basename. 63 *64 63 * @return bool True if activating BuddyPress, false if not. 65 64 */ … … 108 107 * 109 108 * @param string $basename BuddyPress basename. 110 *111 109 * @return bool True if deactivating BuddyPress, false if not. 112 110 */
Note: See TracChangeset
for help on using the changeset viewer.