Changeset 6498 for trunk/src/includes/core/update.php
- Timestamp:
- 06/08/2017 01:58:51 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/update.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/update.php
r6415 r6498 17 17 * 18 18 * @uses get_option() 19 * @uses bbp_get_db_version() To get bbPress'sdatabase version19 * @uses bbp_get_db_version() To get the database version 20 20 * @return bool True if update, False if not 21 21 */ … … 30 30 * 31 31 * @uses get_option() 32 * @uses bbp_get_db_version() To get bbPress'sdatabase version32 * @uses bbp_get_db_version() To get the database version 33 33 * @return bool True if update, False if not 34 34 */ … … 149 149 * 150 150 * @uses update_option() 151 * @uses bbp_get_db_version() To get bbPress'sdatabase version151 * @uses bbp_get_db_version() To get the database version 152 152 */ 153 153 function bbp_version_bump() { … … 254 254 255 255 /** 256 * bbPress'sversion updater looks at what the current database version is, and256 * The version updater looks at what the current database version is, and 257 257 * runs whatever other code is needed. 258 258 * … … 353 353 354 354 /** 355 * Redirect user to bbPress's What's Newpage on activation355 * Redirect user to the "What's New" page on activation 356 356 * 357 357 * @since 2.2.0 bbPress (r4389)
Note: See TracChangeset
for help on using the changeset viewer.