Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/28/2015 04:07:50 AM (10 years ago)
Author:
netweb
Message:

Standardize @since PHPDoc tags style and format

This changeset updates the style and formatting of all of our @since instances for compatibility with phpDocumentor 2 and WP-Parser as we move toward implementing the bbPress developer code reference.

Props thebrandonallen
Fixes #2879

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/bbPress1.php

    r5909 r5951  
    1111 * bbPress 1.1 Converter
    1212 *
    13  * @since bbPress (r3816)
     13 * @since 2.1.0 bbPress (r3816)
     14 *
    1415 * @link Codex Docs https://codex.bbpress.org/import-forums/bbpress-1-x-buddypress-group-forums
    1516 */
     
    741742     * This callback strips `topic-` from topic subscriptions taxonomy
    742743     *
    743      * @since (r5572)
     744     * @since 2.6.0 bbPress (r5572)
    744745     *
    745746     * @param string $field Topic ID
Note: See TracChangeset for help on using the changeset viewer.