Changeset 4042 for branches/plugin/bbp-includes/bbp-reply-template.php
- Timestamp:
- 07/02/2012 12:39:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-template.php
r4040 r4042 1878 1878 * Output the value of reply content field 1879 1879 * 1880 * @since bbPress {unknown}1880 * @since bbPress (r31301) 1881 1881 * 1882 1882 * @uses bbp_get_form_reply_content() To get value of reply content field … … 1888 1888 * Return the value of reply content field 1889 1889 * 1890 * @since bbPress {unknown}1890 * @since bbPress (r31301) 1891 1891 * 1892 1892 * @uses bbp_is_reply_edit() To check if it's the reply edit page … … 1914 1914 * Output checked value of reply log edit field 1915 1915 * 1916 * @since bbPress {unknown}1916 * @since bbPress (r31301) 1917 1917 * 1918 1918 * @uses bbp_get_form_reply_log_edit() To get the reply log edit value … … 1924 1924 * Return checked value of reply log edit field 1925 1925 * 1926 * @since bbPress {unknown}1926 * @since bbPress (r31301) 1927 1927 * 1928 1928 * @uses apply_filters() Calls 'bbp_get_form_reply_log_edit' with the … … 1946 1946 * Output the value of the reply edit reason 1947 1947 * 1948 * @since bbPress {unknown}1948 * @since bbPress (r31301) 1949 1949 * 1950 1950 * @uses bbp_get_form_reply_edit_reason() To get the reply edit reason value … … 1956 1956 * Return the value of the reply edit reason 1957 1957 * 1958 * @since bbPress {unknown}1958 * @since bbPress (r31301) 1959 1959 * 1960 1960 * @uses apply_filters() Calls 'bbp_get_form_reply_edit_reason' with the
Note: See TracChangeset
for help on using the changeset viewer.