Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/02/2014 02:17:31 AM (10 years ago)
Author:
netweb
Message:

Fix missing @since phpdoc in converter.php

File:
1 edited

Legend:

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

    r5176 r5424  
    10681068     * This method converts old topic stickies to new bbPress stickies.
    10691069     *
    1070      * @since bbPress (r)
     1070     * @since bbPress (r5170)
    10711071     *
    10721072     * @uses WPDB $wpdb
     
    10991099     * This method converts old topic super stickies to new bbPress super stickies.
    11001100     *
    1101      * @since bbPress (r)
     1101     * @since bbPress (r5170)
    11021102     *
    11031103     * @uses WPDB $wpdb
     
    11301130    /**
    11311131     * This method converts old reply_to post id to new bbPress reply_to post id.
     1132     *
     1133     * @since  bbPress (r5093)
    11321134     */
    11331135    public function convert_reply_to_parents( $start ) {
     
    13421344    /**
    13431345     * A mini cache system to reduce database calls to reply_to post id.
     1346     *
     1347     * @since  bbPress (r5093)
    13441348     *
    13451349     * @param string $field
Note: See TracChangeset for help on using the changeset viewer.