Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/08/2017 01:58:51 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Documentation: Don't hyphenate "bbPress's"

It's cute, and I tend to say it in person to be cute, but in writing it doesn't look very classy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/update.php

    r6415 r6498  
    1717 *
    1818 * @uses get_option()
    19  * @uses bbp_get_db_version() To get bbPress's database version
     19 * @uses bbp_get_db_version() To get the database version
    2020 * @return bool True if update, False if not
    2121 */
     
    3030 *
    3131 * @uses get_option()
    32  * @uses bbp_get_db_version() To get bbPress's database version
     32 * @uses bbp_get_db_version() To get the database version
    3333 * @return bool True if update, False if not
    3434 */
     
    149149 *
    150150 * @uses update_option()
    151  * @uses bbp_get_db_version() To get bbPress's database version
     151 * @uses bbp_get_db_version() To get the database version
    152152 */
    153153function bbp_version_bump() {
     
    254254
    255255/**
    256  * bbPress's version updater looks at what the current database version is, and
     256 * The version updater looks at what the current database version is, and
    257257 * runs whatever other code is needed.
    258258 *
     
    353353
    354354/**
    355  * Redirect user to bbPress's What's New page on activation
     355 * Redirect user to the "What's New" page on activation
    356356 *
    357357 * @since 2.2.0 bbPress (r4389)
Note: See TracChangeset for help on using the changeset viewer.