Skip to:
Content

bbPress.org

Changeset 6924


Ignore:
Timestamp:
11/09/2019 05:48:05 AM (5 years ago)
Author:
johnjamesjacoby
Message:

Docs: add missing project names after recently added @since's.

Location:
trunk/src/includes
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/metaboxes.php

    r6918 r6924  
    810810 * additional actions, so do not use this function in any third party plugin.
    811811 *
    812  * @since 2.6.0 (r6913)
     812 * @since 2.6.0 bbPress (r6913)
    813813 */
    814814function bbp_metabox_user_links() {
  • trunk/src/includes/admin/tools.php

    r6923 r6924  
    505505 * Return possible tools pages
    506506 *
    507  * @since 2.6.0 (r6273)
     507 * @since 2.6.0 bbPress (r6273)
    508508 *
    509509 * @return array
  • trunk/src/includes/admin/tools/common.php

    r6894 r6924  
    1414 * Return the current admin repair tool page
    1515 *
    16  * @since 2.6.0 (r6894)
     16 * @since 2.6.0 bbPress (r6894)
    1717 *
    1818 * @return string
     
    2525 * Return the current admin repair tool page ID
    2626 *
    27  * @since 2.6.0 (r6894)
     27 * @since 2.6.0 bbPress (r6894)
    2828 *
    2929 * @return string
     
    4747 * Return a URL to the repair tool page
    4848 *
    49  * @since 2.6.0 (r6894)
     49 * @since 2.6.0 bbPress (r6894)
    5050 *
    5151 * @param array $args
  • trunk/src/includes/common/formatting.php

    r6885 r6924  
    469469 * Callback to convert mention matches to HTML A tag.
    470470 *
    471  * @since 2.6.0 (r6014)
     471 * @since 2.6.0 bbPress (r6014)
    472472 *
    473473 * @param array $matches Regular expression matches in the current text blob.
  • trunk/src/includes/common/functions.php

    r6923 r6924  
    14351435 * tune this.
    14361436 *
    1437  * @since 2.6.0 (r6918)
     1437 * @since 2.6.0 bbPress (r6918)
    14381438 *
    14391439 * @param array $args Original arguments passed to wp_mail().
     
    14911491 * Return the string used for the bbPress specific X-header.
    14921492 *
    1493  * @since 2.6.0 (r6919)
     1493 * @since 2.6.0 bbPress (r6919)
    14941494 *
    14951495 * @return string
Note: See TracChangeset for help on using the changeset viewer.