Changeset 5951 for trunk/src/includes/admin/topics.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/topics.php (modified) (21 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r5908 r5951 17 17 * @package bbPress 18 18 * @subpackage Administration 19 * @since bbPress (r2464)19 * @since 2.0.0 bbPress (r2464) 20 20 */ 21 21 class BBP_Topics_Admin { … … 33 33 * The main bbPress topics admin loader 34 34 * 35 * @since bbPress (r2515)35 * @since 2.0.0 bbPress (r2515) 36 36 * 37 37 * @uses BBP_Topics_Admin::setup_globals() Setup the globals needed … … 47 47 * Setup the admin hooks, actions and filters 48 48 * 49 * @since bbPress (r2646) 49 * @since 2.0.0 bbPress (r2646) 50 * 50 51 * @access private 51 52 * … … 96 97 * Should we bail out of this method? 97 98 * 98 * @since bbPress (r4067) 99 * @since 2.1.0 bbPress (r4067) 100 * 99 101 * @return boolean 100 102 */ … … 110 112 * Admin globals 111 113 * 112 * @since bbPress (r2646) 114 * @since 2.0.0 bbPress (r2646) 115 * 113 116 * @access private 114 117 */ … … 122 125 * Contextual help for bbPress topic edit page 123 126 * 124 * @since bbPress (r3119) 127 * @since 2.0.0 bbPress (r3119) 128 * 125 129 * @uses get_current_screen() 126 130 */ … … 191 195 * Contextual help for bbPress topic edit page 192 196 * 193 * @since bbPress (r3119) 197 * @since 2.0.0 bbPress (r3119) 198 * 194 199 * @uses get_current_screen() 195 200 */ … … 249 254 * Add the topic attributes metabox 250 255 * 251 * @since bbPress (r2744)256 * @since 2.0.0 bbPress (r2744) 252 257 * 253 258 * @uses bbp_get_topic_post_type() To get the topic post type … … 276 281 * Pass the topic attributes for processing 277 282 * 278 * @since bbPress (r2746)283 * @since 2.0.0 bbPress (r2746) 279 284 * 280 285 * @param int $topic_id Topic id … … 356 361 * Add the author info metabox 357 362 * 358 * @since bbPress (r2828)363 * @since 2.0.0 bbPress (r2828) 359 364 * 360 365 * @uses bbp_get_topic() To get the topic … … 396 401 * comments are visible on a blog post. 397 402 * 398 * @since bbPress (r5886)403 * @since 2.6.0 bbPress (r5886) 399 404 * 400 405 * @uses bbp_get_topic() To get the topic … … 433 438 * Add some general styling to the admin area 434 439 * 435 * @since bbPress (r2464)440 * @since 2.0.0 bbPress (r2464) 436 441 * 437 442 * @uses bbp_get_forum_post_type() To get the forum post type … … 520 525 * spamming/unspamming of topics 521 526 * 522 * @since bbPress (r2727)527 * @since 2.0.0 bbPress (r2727) 523 528 * 524 529 * @uses bbp_get_topic() To get the topic … … 648 653 * {@link BBP_Admin::toggle_topic()} 649 654 * 650 * @since bbPress (r2727)655 * @since 2.0.0 bbPress (r2727) 651 656 * 652 657 * @uses bbp_get_topic() To get the topic … … 753 758 * Manage the column headers for the topics page 754 759 * 755 * @since bbPress (r2485)760 * @since 2.0.0 bbPress (r2485) 756 761 * 757 762 * @param array $columns The columns … … 783 788 * Print extra columns for the topics page 784 789 * 785 * @since bbPress (r2485)790 * @since 2.0.0 bbPress (r2485) 786 791 * 787 792 * @param string $column Column … … 885 890 * content and close/stick/spam links 886 891 * 887 * @since bbPress (r2485)892 * @since 2.0.0 bbPress (r2485) 888 893 * 889 894 * @param array $actions Actions … … 986 991 * Add forum dropdown to topic and reply list table filters 987 992 * 988 * @since bbPress (r2991)993 * @since 2.0.0 bbPress (r2991) 989 994 * 990 995 * @uses bbp_get_reply_post_type() To get the reply post type … … 1019 1024 * Adjust the request query and include the forum id 1020 1025 * 1021 * @since bbPress (r2991)1026 * @since 2.0.0 bbPress (r2991) 1022 1027 * 1023 1028 * @param array $query_vars Query variables from {@link WP_Query} … … 1047 1052 * Custom user feedback messages for topic post type 1048 1053 * 1049 * @since bbPress (r3080)1054 * @since 2.0.0 bbPress (r3080) 1050 1055 * 1051 1056 * @global int $post_ID … … 1125 1130 * It could use dependency injection in the future, but for now this is easier. 1126 1131 * 1127 * @since bbPress (r2596)1132 * @since 2.0.0 bbPress (r2596) 1128 1133 * 1129 1134 * @uses BBP_Forums_Admin
Note: See TracChangeset
for help on using the changeset viewer.