Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/28/2015 04:07:50 AM (11 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/replies/template.php

    r5908 r5951  
    1616 * Return the unique id of the custom post type for replies
    1717 *
    18  * @since bbPress (r2857)
     18 * @since 2.0.0 bbPress (r2857)
    1919 *
    2020 * @uses bbp_get_reply_post_type() To get the reply post type
     
    2626         * Return the unique id of the custom post type for replies
    2727         *
    28          * @since bbPress (r2857)
     28         * @since 2.0.0 bbPress (r2857)
    2929         *
    3030         * @uses apply_filters() Calls 'bbp_get_forum_post_type' with the forum
     
    3939 * Return array of labels used by the reply post type
    4040 *
    41  * @since bbPress (r5129)
     41 * @since 2.5.0 bbPress (r5129)
    4242 *
    4343 * @return array
     
    6666 * Return array of reply post type rewrite settings
    6767 *
    68  * @since bbPress (r5129)
     68 * @since 2.5.0 bbPress (r5129)
    6969 *
    7070 * @return array
     
    8080 * Return array of features the reply post type supports
    8181 *
    82  * @since bbPress (rx5129)
     82 * @since 2.5.0 bbPress (r5129)
    8383 *
    8484 * @return array
     
    9797 * The main reply loop. WordPress makes this easy for us
    9898 *
    99  * @since bbPress (r2553)
     99 * @since 2.0.0 bbPress (r2553)
    100100 *
    101101 * @param array $args All the arguments supported by {@link WP_Query}
     
    286286 * Whether there are more replies available in the loop
    287287 *
    288  * @since bbPress (r2553)
     288 * @since 2.0.0 bbPress (r2553)
    289289 *
    290290 * @uses WP_Query bbPress::reply_query::have_posts() To check if there are more
     
    308308 * Loads up the current reply in the loop
    309309 *
    310  * @since bbPress (r2553)
     310 * @since 2.0.0 bbPress (r2553)
    311311 *
    312312 * @uses WP_Query bbPress::reply_query::the_post() To get the current reply
     
    320320 * Output reply id
    321321 *
    322  * @since bbPress (r2553)
     322 * @since 2.0.0 bbPress (r2553)
    323323 *
    324324 * @param $reply_id Optional. Used to check emptiness
     
    331331         * Return the id of the reply in a replies loop
    332332         *
    333          * @since bbPress (r2553)
     333         * @since 2.0.0 bbPress (r2553)
    334334         *
    335335         * @param $reply_id Optional. Used to check emptiness
     
    381381 * Gets a reply
    382382 *
    383  * @since bbPress (r2787)
     383 * @since 2.0.0 bbPress (r2787)
    384384 *
    385385 * @param int|object $reply reply id or reply object
     
    424424 * Output the link to the reply in the reply loop
    425425 *
    426  * @since bbPress (r2553)
     426 * @since 2.0.0 bbPress (r2553)
    427427 *
    428428 * @param int $reply_id Optional. Reply id
     
    435435         * Return the link to the reply
    436436         *
    437          * @since bbPress (r2553)
     437         * @since 2.0.0 bbPress (r2553)
    438438         *
    439439         * @param int $reply_id Optional. Reply id
     
    452452 * Output the paginated url to the reply in the reply loop
    453453 *
    454  * @since bbPress (r2679)
     454 * @since 2.0.0 bbPress (r2679)
    455455 *
    456456 * @param int $reply_id Optional. Reply id
     
    463463         * Return the paginated url to the reply in the reply loop
    464464         *
    465          * @since bbPress (r2679)
     465         * @since 2.0.0 bbPress (r2679)
    466466         *
    467467         * @param int $reply_id Optional. Reply id
     
    526526 * Output the title of the reply
    527527 *
    528  * @since bbPress (r2553)
     528 * @since 2.0.0 bbPress (r2553)
    529529 *
    530530 * @param int $reply_id Optional. Reply id
     
    538538         * Return the title of the reply
    539539         *
    540          * @since bbPress (r2553)
     540         * @since 2.0.0 bbPress (r2553)
    541541         *
    542542         * @param int $reply_id Optional. Reply id
     
    556556         * Get empty reply title fallback.
    557557         *
    558          * @since bbPress (r5177)
     558         * @since 2.5.0 bbPress (r5177)
    559559         *
    560560         * @param string $post_title Required. Reply Title
     
    583583 * Output the content of the reply
    584584 *
    585  * @since bbPress (r2553)
     585 * @since 2.0.0 bbPress (r2553)
    586586 *
    587587 * @param int $reply_id Optional. reply id
     
    594594         * Return the content of the reply
    595595         *
    596          * @since bbPress (r2780)
     596         * @since 2.0.0 bbPress (r2780)
    597597         *
    598598         * @param int $reply_id Optional. reply id
     
    621621 * Output the excerpt of the reply
    622622 *
    623  * @since bbPress (r2751)
     623 * @since 2.0.0 bbPress (r2751)
    624624 *
    625625 * @param int $reply_id Optional. Reply id
     
    633633         * Return the excerpt of the reply
    634634         *
    635          * @since bbPress (r2751)
     635         * @since 2.0.0 bbPress (r2751)
    636636         *
    637637         * @param int $reply_id Optional. Reply id
     
    674674 * Output the post date and time of a reply
    675675 *
    676  * @since bbPress (r4155)
     676 * @since 2.2.0 bbPress (r4155)
    677677 *
    678678 * @param int $reply_id Optional. Reply id.
     
    687687         * Return the post date and time of a reply
    688688         *
    689          * @since bbPress (r4155)
     689         * @since 2.2.0 bbPress (r4155)
    690690         *
    691691         * @param int $reply_id Optional. Reply id.
     
    720720 * Append revisions to the reply content
    721721 *
    722  * @since bbPress (r2782)
     722 * @since 2.0.0 bbPress (r2782)
    723723 *
    724724 * @param string $content Optional. Content to which we need to append the revisions to
     
    745745 * Output the revision log of the reply
    746746 *
    747  * @since bbPress (r2782)
     747 * @since 2.0.0 bbPress (r2782)
    748748 *
    749749 * @param int $reply_id Optional. Reply id
     
    756756         * Return the formatted revision log of the reply
    757757         *
    758          * @since bbPress (r2782)
     758         * @since 2.0.0 bbPress (r2782)
    759759         *
    760760         * @param int $reply_id Optional. Reply id
     
    827827                 * Return the raw revision log of the reply
    828828                 *
    829                  * @since bbPress (r2782)
     829                 * @since 2.0.0 bbPress (r2782)
    830830                 *
    831831                 * @param int $reply_id Optional. Reply id
     
    847847 * Return the revisions of the reply
    848848 *
    849  * @since bbPress (r2782)
     849 * @since 2.0.0 bbPress (r2782)
    850850 *
    851851 * @param int $reply_id Optional. Reply id
     
    866866 * Return the revision count of the reply
    867867 *
    868  * @since bbPress (r2782)
     868 * @since 2.0.0 bbPress (r2782)
    869869 *
    870870 * @param int $reply_id Optional. Reply id
     
    885885 * Output the status of the reply
    886886 *
    887  * @since bbPress (r2667)
     887 * @since 2.0.0 bbPress (r2667)
    888888 *
    889889 * @param int $reply_id Optional. Reply id
     
    896896         * Return the status of the reply
    897897         *
    898          * @since bbPress (r2667)
     898         * @since 2.0.0 bbPress (r2667)
    899899         *
    900900         * @param int $reply_id Optional. Reply id
     
    912912 * Is the reply not spam or deleted?
    913913 *
    914  * @since bbPress (r3496)
     914 * @since 2.0.0 bbPress (r3496)
    915915 *
    916916 * @param int $reply_id Optional. Topic id
     
    927927 * Is the reply marked as spam?
    928928 *
    929  * @since bbPress (r2740)
     929 * @since 2.0.0 bbPress (r2740)
    930930 *
    931931 * @param int $reply_id Optional. Reply id
     
    942942 * Is the reply trashed?
    943943 *
    944  * @since bbPress (r2884)
     944 * @since 2.0.0 bbPress (r2884)
    945945 *
    946946 * @param int $reply_id Optional. Topic id
     
    957957 * Is the reply pending?
    958958 *
    959  * @since bbPress (r5507)
     959 * @since 2.6.0 bbPress (r5507)
    960960 *
    961961 * @param int $reply_id Optional. Topic id
     
    973973 * Is the reply private?
    974974 *
    975  * @since bbPress (r5507)
     975 * @since 2.6.0 bbPress (r5507)
    976976 *
    977977 * @param int $reply_id Optional. Topic id
     
    989989 * Is the reply by an anonymous user?
    990990 *
    991  * @since bbPress (r2753)
     991 * @since 2.0.0 bbPress (r2753)
    992992 *
    993993 * @param int $reply_id Optional. Reply id
     
    10191019 * Output the author of the reply
    10201020 *
    1021  * @since bbPress (r2667)
    1022  * @deprecated bbPress (r5119)
     1021 * @since 2.0.0 bbPress (r2667)
     1022 *
     1023 * @deprecated 2.5.0 bbPress (r5119)
    10231024 *
    10241025 * @param int $reply_id Optional. Reply id
     
    10331034         * Return the author of the reply
    10341035         *
    1035          * @since bbPress (r2667)
    1036          * @deprecated bbPress (r5119)
     1036         * @since 2.0.0 bbPress (r2667)
     1037         *
     1038         * @deprecated 2.5.0 bbPress (r5119)
    10371039         *
    10381040         * @param int $reply_id Optional. Reply id
     
    10611063 * Output the author ID of the reply
    10621064 *
    1063  * @since bbPress (r2667)
     1065 * @since 2.0.0 bbPress (r2667)
    10641066 *
    10651067 * @param int $reply_id Optional. Reply id
     
    10721074         * Return the author ID of the reply
    10731075         *
    1074          * @since bbPress (r2667)
     1076         * @since 2.0.0 bbPress (r2667)
    10751077         *
    10761078         * @param int $reply_id Optional. Reply id
     
    10911093 * Output the author display_name of the reply
    10921094 *
    1093  * @since bbPress (r2667)
     1095 * @since 2.0.0 bbPress (r2667)
    10941096 *
    10951097 * @param int $reply_id Optional. Reply id
     
    11021104         * Return the author display_name of the reply
    11031105         *
    1104          * @since bbPress (r2667)
     1106         * @since 2.0.0 bbPress (r2667)
    11051107         *
    11061108         * @param int $reply_id Optional. Reply id
     
    11531155 * Output the author avatar of the reply
    11541156 *
    1155  * @since bbPress (r2667)
     1157 * @since 2.0.0 bbPress (r2667)
    11561158 *
    11571159 * @param int $reply_id Optional. Reply id
     
    11651167         * Return the author avatar of the reply
    11661168         *
    1167          * @since bbPress (r2667)
     1169         * @since 2.0.0 bbPress (r2667)
    11681170         *
    11691171         * @param int $reply_id Optional. Reply id
     
    11981200 * Output the author link of the reply
    11991201 *
    1200  * @since bbPress (r2717)
     1202 * @since 2.0.0 bbPress (r2717)
    12011203 *
    12021204 * @param array $args Optional. If it is an integer, it is used as reply id.
     
    12091211         * Return the author link of the reply
    12101212         *
    1211          * @since bbPress (r2717)
     1213         * @since 2.0.0 bbPress (r2717)
    12121214         *
    12131215         * @param array $args Optional. If an integer, it is used as reply id.
     
    13081310 * Output the author url of the reply
    13091311 *
    1310  * @since bbPress (r2667)
     1312 * @since 2.0.0 bbPress (r2667)
    13111313 *
    13121314 * @param int $reply_id Optional. Reply id
     
    13191321         * Return the author url of the reply
    13201322         *
    1321          * @since bbPress (r2667)
     1323         * @since 2.0.0 bbPress (r2667)
    13221324         *
    13231325         * @param int $reply_id Optional. Reply id
     
    13521354 * Output the reply author email address
    13531355 *
    1354  * @since bbPress (r3445)
     1356 * @since 2.0.0 bbPress (r3445)
    13551357 *
    13561358 * @param int $reply_id Optional. Reply id
     
    13631365         * Return the reply author email address
    13641366         *
    1365          * @since bbPress (r3445)
     1367         * @since 2.0.0 bbPress (r3445)
    13661368         *
    13671369         * @param int $reply_id Optional. Reply id
     
    14051407 * Output the reply author role
    14061408 *
    1407  * @since bbPress (r3860)
     1409 * @since 2.1.0 bbPress (r3860)
    14081410 *
    14091411 * @param array $args Optional.
     
    14161418         * Return the reply author role
    14171419         *
    1418          * @since bbPress (r3860)
     1420         * @since 2.1.0 bbPress (r3860)
    14191421         *
    14201422         * @param array $args Optional.
     
    14551457 * Output the topic title a reply belongs to
    14561458 *
    1457  * @since bbPress (r2553)
     1459 * @since 2.0.0 bbPress (r2553)
    14581460 *
    14591461 * @param int $reply_id Optional. Reply id
     
    14661468         * Return the topic title a reply belongs to
    14671469         *
    1468          * @since bbPress (r2553)
     1470         * @since 2.0.0 bbPress (r2553)
    14691471         *
    14701472         * @param int $reply_id Optional. Reply id
     
    14861488 * Output the topic id a reply belongs to
    14871489 *
    1488  * @since bbPress (r2553)
     1490 * @since 2.0.0 bbPress (r2553)
    14891491 *
    14901492 * @param int $reply_id Optional. Reply id
     
    14971499         * Return the topic id a reply belongs to
    14981500         *
    1499          * @since bbPress (r2553)
     1501         * @since 2.0.0 bbPress (r2553)
    15001502         *
    15011503         * @param int $reply_id Optional. Reply id
     
    15271529 * Output the forum id a reply belongs to
    15281530 *
    1529  * @since bbPress (r2679)
     1531 * @since 2.0.0 bbPress (r2679)
    15301532 *
    15311533 * @param int $reply_id Optional. Reply id
     
    15381540         * Return the forum id a reply belongs to
    15391541         *
    1540          * @since bbPress (r2679)
     1542         * @since 2.0.0 bbPress (r2679)
    15411543         *
    15421544         * @param int $reply_id Optional. Reply id
     
    15671569 * Output the reply's ancestor reply id
    15681570 *
    1569  * @since bbPress (r4944)
     1571 * @since 2.4.0 bbPress (r4944)
    15701572 *
    15711573 * @param int $reply_id Optional. Reply id
     
    15781580         * Return the reply's ancestor reply id
    15791581         *
    1580          * @since bbPress (r4944)
     1582         * @since 2.4.0 bbPress (r4944)
    15811583         *
    15821584         * @param in $reply_id Reply id
     
    16061608 * Output the reply to id of a reply
    16071609 *
    1608  * @since bbPress (r4944)
     1610 * @since 2.4.0 bbPress (r4944)
    16091611 *
    16101612 * @param int $reply_id Optional. Reply id
     
    16171619         * Return the reply to id of a reply
    16181620         *
    1619          * @since bbPress (r4944)
     1621         * @since 2.4.0 bbPress (r4944)
    16201622         *
    16211623         * @param int $reply_id Optional. Reply id
     
    16451647 * Output the link for the reply to
    16461648 *
    1647  * @since bbPress (r4944)
     1649 * @since 2.4.0 bbPress (r4944)
    16481650 *
    16491651 * @param array $args
     
    16571659         * Return the link for a reply to a reply
    16581660         *
    1659          * @since bbPress (r4944)
     1661         * @since 2.4.0 bbPress (r4944)
    16601662         *
    16611663         * @param array $args Arguments
     
    17231725 * Output the reply to a reply cancellation link
    17241726 *
    1725  * @since bbPress (r4944)
     1727 * @since 2.4.0 bbPress (r4944)
    17261728 *
    17271729 * @uses bbp_get_cancel_reply_to_link() To get the reply cancellation link
     
    17331735         * Return the cancellation link for a reply to a reply
    17341736         *
    1735          * @since bbPress (r4944)
     1737         * @since 2.4.0 bbPress (r4944)
    17361738         *
    17371739         * @param string $text The cancel text
     
    17651767 * Output the numeric position of a reply within a topic
    17661768 *
    1767  * @since bbPress (r2984)
     1769 * @since 2.0.0 bbPress (r2984)
    17681770 *
    17691771 * @param int $reply_id Optional. Reply id
     
    17771779         * Return the numeric position of a reply within a topic
    17781780         *
    1779          * @since bbPress (r2984)
     1781         * @since 2.0.0 bbPress (r2984)
    17801782         *
    17811783         * @param int $reply_id Optional. Reply id
     
    18311833 * Output admin links for reply
    18321834 *
    1833  * @since bbPress (r2667)
     1835 * @since 2.0.0 bbPress (r2667)
    18341836 *
    18351837 * @param array $args See {@link bbp_get_reply_admin_links()}
     
    18421844         * Return admin links for reply
    18431845         *
    1844          * @since bbPress (r2667)
     1846         * @since 2.0.0 bbPress (r2667)
    18451847         *
    18461848         * @param array $args This function supports these arguments:
     
    19311933 * Output the edit link of the reply
    19321934 *
    1933  * @since bbPress (r2740)
     1935 * @since 2.0.0 bbPress (r2740)
    19341936 *
    19351937 * @param array $args See {@link bbp_get_reply_edit_link()}
     
    19431945         * Return the edit link of the reply
    19441946         *
    1945          * @since bbPress (r2740)
     1947         * @since 2.0.0 bbPress (r2740)
    19461948         *
    19471949         * @param array $args This function supports these arguments:
     
    19961998 * Output URL to the reply edit page
    19971999 *
    1998  * @since bbPress (r2753)
     2000 * @since 2.0.0 bbPress (r2753)
    19992001 *
    20002002 * @param int $reply_id Optional. Reply id
     
    20072009         * Return URL to the reply edit page
    20082010         *
    2009          * @since bbPress (r2753)
     2011         * @since 2.0.0 bbPress (r2753)
    20102012         *
    20112013         * @param int $reply_id Optional. Reply id
     
    20492051 * Output the trash link of the reply
    20502052 *
    2051  * @since bbPress (r2740)
     2053 * @since 2.0.0 bbPress (r2740)
    20522054 *
    20532055 * @param array $args See {@link bbp_get_reply_trash_link()}
     
    20612063         * Return the trash link of the reply
    20622064         *
    2063          * @since bbPress (r2740)
     2065         * @since 2.0.0 bbPress (r2740)
    20642066         *
    20652067         * @param array $args This function supports these arguments:
     
    21252127 * Output the spam link of the reply
    21262128 *
    2127  * @since bbPress (r2740)
     2129 * @since 2.0.0 bbPress (r2740)
    21282130 *
    21292131 * @param array $args See {@link bbp_get_reply_spam_link()}
     
    21372139         * Return the spam link of the reply
    21382140         *
    2139          * @since bbPress (r2740)
     2141         * @since 2.0.0 bbPress (r2740)
    21402142         *
    21412143         * @param array $args This function supports these arguments:
     
    21882190 * Output the move link of the reply
    21892191 *
    2190  * @since bbPress (r4521)
     2192 * @since 2.3.0 bbPress (r4521)
    21912193 *
    21922194 * @param array $args See {@link bbp_get_reply_move_link()}
     
    22022204         * Return the move link of the reply
    22032205         *
    2204          * @since bbPress (r4521)
     2206         * @since 2.3.0 bbPress (r4521)
    22052207         *
    22062208         * @param array $args This function supports these arguments:
     
    22562258 * Output the split link of the topic (but is bundled with each reply)
    22572259 *
    2258  * @since bbPress (r2756)
     2260 * @since 2.0.0 bbPress (r2756)
    22592261 *
    22602262 * @param array $args See {@link bbp_get_topic_split_link()}
     
    22702272         * Return the split link of the topic (but is bundled with each reply)
    22712273         *
    2272          * @since bbPress (r2756)
     2274         * @since 2.0.0 bbPress (r2756)
    22732275         *
    22742276         * @param array $args This function supports these arguments:
     
    23222324 * Output the approve link of the reply
    23232325 *
    2324  * @since bbPress (r5507)
     2326 * @since 2.6.0 bbPress (r5507)
    23252327 *
    23262328 * @param array $args See {@link bbp_get_reply_approve_link()}
     
    23342336         * Return the approve link of the reply
    23352337         *
    2336          * @since bbPress (r5507)
     2338         * @since 2.6.0 bbPress (r5507)
    23372339         *
    23382340         * @param array $args This function supports these args:
     
    23832385 * Output the row class of a reply
    23842386 *
    2385  * @since bbPress (r2678)
     2387 * @since 2.0.0 bbPress (r2678)
    23862388 *
    23872389 * @param int $reply_id Optional. Reply ID
     
    23952397         * Return the row class of a reply
    23962398         *
    2397          * @since bbPress (r2678)
     2399         * @since 2.0.0 bbPress (r2678)
    23982400         *
    23992401         * @param int $reply_id Optional. Reply ID
     
    24282430 * Output the topic pagination count
    24292431 *
    2430  * @since bbPress (r2519)
     2432 * @since 2.0.0 bbPress (r2519)
    24312433 *
    24322434 * @uses bbp_get_topic_pagination_count() To get the topic pagination count
     
    24382440         * Return the topic pagination count
    24392441         *
    2440          * @since bbPress (r2519)
     2442         * @since 2.0.0 bbPress (r2519)
    24412443         *
    24422444         * @uses bbp_number_format() To format the number value
     
    25012503 * Output topic pagination links
    25022504 *
    2503  * @since bbPress (r2519)
     2505 * @since 2.0.0 bbPress (r2519)
    25042506 *
    25052507 * @uses bbp_get_topic_pagination_links() To get the topic pagination links
     
    25112513         * Return topic pagination links
    25122514         *
    2513          * @since bbPress (r2519)
     2515         * @since 2.0.0 bbPress (r2519)
    25142516         *
    25152517         * @uses apply_filters() Calls 'bbp_get_topic_pagination_links' with the
     
    25322534 * Output the value of reply content field
    25332535 *
    2534  * @since bbPress (r31301)
     2536 * @since 2.0.0 bbPress (r3130)
    25352537 *
    25362538 * @uses bbp_get_form_reply_content() To get value of reply content field
     
    25422544         * Return the value of reply content field
    25432545         *
    2544          * @since bbPress (r31301)
     2546         * @since 2.0.0 bbPress (r3130)
    25452547         *
    25462548         * @uses bbp_is_reply_edit() To check if it's the reply edit page
     
    25692571 * Output the value of the reply to field
    25702572 *
    2571  * @since bbPress (r4944)
     2573 * @since 2.4.0 bbPress (r4944)
    25722574 *
    25732575 * @uses bbp_get_form_reply_to() To get value of the reply to field
     
    25802582         * Return the value of reply to field
    25812583         *
    2582          * @since bbPress (r4944)
     2584         * @since 2.4.0 bbPress (r4944)
    25832585         *
    25842586         * @uses bbp_get_reply_id() To validate the reply to
     
    26082610 * reply belongs to.
    26092611 *
    2610  * @since bbPress (r5387)
     2612 * @since 2.6.0 bbPress (r5387)
    26112613 *
    26122614 * @param int $reply_id
     
    26182620         * Return a select box allowing to pick which topic/reply a reply belongs.
    26192621         *
    2620          * @since bbPress (r5387)
     2622         * @since 2.6.0 bbPress (r5387)
    26212623         *
    26222624         * @param int $reply_id
     
    26922694 * Output checked value of reply log edit field
    26932695 *
    2694  * @since bbPress (r31301)
     2696 * @since 2.0.0 bbPress (r3130)
    26952697 *
    26962698 * @uses bbp_get_form_reply_log_edit() To get the reply log edit value
     
    27022704         * Return checked value of reply log edit field
    27032705         *
    2704          * @since bbPress (r31301)
     2706         * @since 2.0.0 bbPress (r3130)
    27052707         *
    27062708         * @uses apply_filters() Calls 'bbp_get_form_reply_log_edit' with the
     
    27282730 * Output the value of the reply edit reason
    27292731 *
    2730  * @since bbPress (r31301)
     2732 * @since 2.0.0 bbPress (r3130)
    27312733 *
    27322734 * @uses bbp_get_form_reply_edit_reason() To get the reply edit reason value
     
    27382740         * Return the value of the reply edit reason
    27392741         *
    2740          * @since bbPress (r31301)
     2742         * @since 2.0.0 bbPress (r3130)
    27412743         *
    27422744         * @uses apply_filters() Calls 'bbp_get_form_reply_edit_reason' with the
     
    27612763 * Output value reply status dropdown
    27622764 *
    2763  * @since bbPress (r5399)
     2765 * @since 2.6.0 bbPress (r5399)
    27642766 *
    27652767 * @param $args This function supports these arguments:
     
    27792781         * within this function to check available reply statuses.
    27802782         *
    2781          * @since bbPress (r5399)
     2783         * @since 2.6.0 bbPress (r5399)
    27822784         *
    27832785         * @param $args This function supports these arguments:
     
    28502852 * @see bbp_reply_form_fields()
    28512853 *
    2852  * @since bbPress (r5558)
     2854 * @since 2.6.0 bbPress (r5558)
     2855 *
    28532856 * @return boolean True if is a post request with valid nonce
    28542857 */
Note: See TracChangeset for help on using the changeset viewer.