Skip to:
Content

bbPress.org

Changeset 2829


Ignore:
Timestamp:
02/03/2011 08:33:09 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix @since revision numbers

Location:
branches/plugin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-admin.php

    r2828 r2829  
    513513     * Allows editing of information about an anonymous user
    514514     *
    515      * @since bbPress (r)
     515     * @since bbPress (r2828)
    516516     *
    517517     * @uses bbp_get_topic() To get the topic
     
    558558     * Save the anonymous user information for the topic/reply
    559559     *
    560      * @since bbPress (r)
     560     * @since bbPress (r2828)
    561561     *
    562562     * @param int $post_id Topic or reply id
  • branches/plugin/bbp-includes/bbp-general-template.php

    r2827 r2829  
    10701070 * Output the logout link
    10711071 *
    1072  * @since bbPress (r)
     1072 * @since bbPress (r2827)
    10731073 *
    10741074 * @param string $redirect_to Redirect to url
     
    10811081     * Return the logout link
    10821082     *
    1083      * @since bbPress (r)
     1083     * @since bbPress (r2827)
    10841084     *
    10851085     * @param string $redirect_to Redirect to url
  • branches/plugin/bbp-includes/bbp-user-template.php

    r2827 r2829  
    367367 * Output the link to the admin section
    368368 *
    369  * @since bbPress (r)
     369 * @since bbPress (r2827)
    370370 *
    371371 * @param mixed $args Optional. See {@link bbp_get_admin_link()}
     
    378378     * Return the link to the admin section
    379379     *
    380      * @since bbPress (r)
     380     * @since bbPress (r2827)
    381381     *
    382382     * @param mixed $args Optional. This function supports these arguments:
Note: See TracChangeset for help on using the changeset viewer.