Changeset 6573 for trunk/src/includes/core/update.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/update.php
r6535 r6573 16 16 * @since 2.1.0 bbPress (r3764) 17 17 * 18 * @uses get_option()19 * @uses bbp_get_db_version() To get the database version20 18 * @return bool True if update, False if not 21 19 */ … … 29 27 * @since 2.0.0 bbPress (r3421) 30 28 * 31 * @uses get_option()32 * @uses bbp_get_db_version() To get the database version33 29 * @return bool True if update, False if not 34 30 */ … … 147 143 * 148 144 * @since 2.0.0 bbPress (r3421) 149 *150 * @uses update_option()151 * @uses bbp_get_db_version() To get the database version152 145 */ 153 146 function bbp_version_bump() { … … 159 152 * 160 153 * @since 2.0.0 bbPress (r3419) 161 *162 * @uses bbp_is_update()163 * @uses bbp_version_updater()164 154 */ 165 155 function bbp_setup_updater() { … … 369 359 * @internal Used internally to redirect bbPress to the about page on activation 370 360 * 371 * @uses is_network_admin() To bail if being network activated372 * @uses set_transient() To drop the activation transient for 30 seconds373 *374 361 * @return If network admin or bulk activation 375 362 */ … … 393 380 * 394 381 * @internal Used to internally make the current user a keymaster on activation 395 *396 * @uses current_user_can() to bail if user cannot activate plugins397 * @uses get_current_user_id() to get the current user ID398 * @uses get_current_blog_id() to get the current blog ID399 * @uses is_user_member_of_blog() to bail if the current user does not have a role400 * @uses bbp_is_user_keymaster() to bail if the user is already a keymaster401 * @uses bbp_set_user_role() to make the current user a keymaster402 382 * 403 383 * @return If user can't activate plugins or is already a keymaster
Note: See TracChangeset
for help on using the changeset viewer.