Changeset 10825 for trunk/src/bp-core/bp-core-update.php
- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-update.php
r10582 r10825 17 17 * 18 18 * @since 1.7.0 19 *20 * @uses get_option()21 * @uses bp_get_db_version() To get BuddyPress's database version.22 19 * 23 20 * @return bool True if this is a fresh BP install, otherwise false. … … 36 33 * @since 1.6.0 37 34 * 38 * @uses get_option()39 * @uses bp_get_db_version() To get BuddyPress's database version.40 *41 35 * @return bool True if update, otherwise false. 42 36 */ … … 58 52 * 59 53 * @since 1.6.0 60 *61 * @uses buddypress()62 54 * 63 55 * @param string $basename BuddyPress basename. … … 105 97 * @since 1.6.0 106 98 * 107 * @uses buddypress()108 *109 99 * @param string $basename BuddyPress basename. 110 100 * @return bool True if deactivating BuddyPress, false if not. … … 151 141 * @since 1.6.0 152 142 * 153 * @uses bp_get_db_version() To get BuddyPress's database version.154 * @uses bp_update_option() To update BuddyPress's database version.155 143 */ 156 144 function bp_version_bump() { … … 520 508 * 521 509 * @global $wpdb 522 * @uses buddypress()523 510 */ 524 511 function bp_migrate_new_member_activity_component() { … … 554 541 * @since 2.2.0 555 542 * 556 * @uses bp_activity_delete() to delete the corresponding friendship activities.557 543 */ 558 544 function bp_cleanup_friendship_activities() { … … 571 557 * @internal Used internally to redirect BuddyPress to the about page on activation. 572 558 * 573 * @uses set_transient() To drop the activation transient for 30 seconds.574 559 */ 575 560 function bp_add_activation_redirect() { … … 641 626 * @since 1.6.0 642 627 * 643 * @uses do_action() Calls 'bp_activation' hook.644 628 */ 645 629 function bp_activation() { … … 671 655 * @since 1.6.0 672 656 * 673 * @uses do_action() Calls 'bp_deactivation' hook.674 657 */ 675 658 function bp_deactivation() { … … 706 689 * @since 1.6.0 707 690 * 708 * @uses do_action() Calls 'bp_uninstall' hook.709 691 */ 710 692 function bp_uninstall() {
Note: See TracChangeset
for help on using the changeset viewer.