Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/02/2012 12:39:16 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Akismet:

  • Pass additional post information on topic/reply edit, to prevent Akismet from nooping it.
  • Revert part of r4041; put actions back before bbp_is_error() calls.
  • Replace some missing revision numbers.
  • Fixes #1869.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-reply-template.php

    r4040 r4042  
    18781878 * Output the value of reply content field
    18791879 *
    1880  * @since bbPress {unknown}
     1880 * @since bbPress (r31301)
    18811881 *
    18821882 * @uses bbp_get_form_reply_content() To get value of reply content field
     
    18881888     * Return the value of reply content field
    18891889     *
    1890      * @since bbPress {unknown}
     1890     * @since bbPress (r31301)
    18911891     *
    18921892     * @uses bbp_is_reply_edit() To check if it's the reply edit page
     
    19141914 * Output checked value of reply log edit field
    19151915 *
    1916  * @since bbPress {unknown}
     1916 * @since bbPress (r31301)
    19171917 *
    19181918 * @uses bbp_get_form_reply_log_edit() To get the reply log edit value
     
    19241924     * Return checked value of reply log edit field
    19251925     *
    1926      * @since bbPress {unknown}
     1926     * @since bbPress (r31301)
    19271927     *
    19281928     * @uses apply_filters() Calls 'bbp_get_form_reply_log_edit' with the
     
    19461946 * Output the value of the reply edit reason
    19471947 *
    1948  * @since bbPress {unknown}
     1948 * @since bbPress (r31301)
    19491949 *
    19501950 * @uses bbp_get_form_reply_edit_reason() To get the reply edit reason value
     
    19561956     * Return the value of the reply edit reason
    19571957     *
    1958      * @since bbPress {unknown}
     1958     * @since bbPress (r31301)
    19591959     *
    19601960     * @uses apply_filters() Calls 'bbp_get_form_reply_edit_reason' with the
Note: See TracChangeset for help on using the changeset viewer.