Changeset 5951 for trunk/src/includes/admin/replies.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/replies.php (modified) (20 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/replies.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_Replies_Admin { … … 33 33 * The main bbPress admin loader 34 34 * 35 * @since bbPress (r2515)35 * @since 2.0.0 bbPress (r2515) 36 36 * 37 37 * @uses BBP_Replies_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 * … … 95 96 * Should we bail out of this method? 96 97 * 97 * @since bbPress (r4067) 98 * @since 2.1.0 bbPress (r4067) 99 * 98 100 * @return boolean 99 101 */ … … 109 111 * Admin globals 110 112 * 111 * @since bbPress (r2646) 113 * @since 2.0.0 bbPress (r2646) 114 * 112 115 * @access private 113 116 */ … … 121 124 * Contextual help for bbPress reply edit page 122 125 * 123 * @since bbPress (r3119) 126 * @since 2.0.0 bbPress (r3119) 127 * 124 128 * @uses get_current_screen() 125 129 */ … … 188 192 * Contextual help for bbPress reply edit page 189 193 * 190 * @since bbPress (r3119) 194 * @since 2.0.0 bbPress (r3119) 195 * 191 196 * @uses get_current_screen() 192 197 */ … … 247 252 * Add the reply attributes metabox 248 253 * 249 * @since bbPress (r2746)254 * @since 2.0.0 bbPress (r2746) 250 255 * 251 256 * @uses bbp_get_reply_post_type() To get the reply post type … … 274 279 * Pass the reply attributes for processing 275 280 * 276 * @since bbPress (r2746)281 * @since 2.0.0 bbPress (r2746) 277 282 * 278 283 * @param int $reply_id Reply id … … 339 344 * Allows editing of information about an author 340 345 * 341 * @since bbPress (r2828)346 * @since 2.0.0 bbPress (r2828) 342 347 * 343 348 * @uses bbp_get_topic() To get the topic … … 376 381 * Add some general styling to the admin area 377 382 * 378 * @since bbPress (r2464)383 * @since 2.0.0 bbPress (r2464) 379 384 * 380 385 * @uses bbp_get_forum_post_type() To get the forum post type … … 451 456 * Handles the admin-side spamming/unspamming of replies 452 457 * 453 * @since bbPress (r2740)458 * @since 2.0.0 bbPress (r2740) 454 459 * 455 460 * @uses bbp_get_reply() To get the reply … … 532 537 * {@link BBP_Admin::toggle_reply()} 533 538 * 534 * @since bbPress (r2740)539 * @since 2.0.0 bbPress (r2740) 535 540 * 536 541 * @uses bbp_get_reply() To get the reply … … 607 612 * Manage the column headers for the replies page 608 613 * 609 * @since bbPress (r2577)614 * @since 2.0.0 bbPress (r2577) 610 615 * 611 616 * @param array $columns The columns … … 635 640 * Print extra columns for the replies page 636 641 * 637 * @since bbPress (r2577)642 * @since 2.0.0 bbPress (r2577) 638 643 * 639 644 * @param string $column Column … … 755 760 * content and spam link 756 761 * 757 * @since bbPress (r2577)762 * @since 2.0.0 bbPress (r2577) 758 763 * 759 764 * @param array $actions Actions … … 833 838 * Add forum dropdown to topic and reply list table filters 834 839 * 835 * @since bbPress (r2991)840 * @since 2.0.0 bbPress (r2991) 836 841 * 837 842 * @uses bbp_get_reply_post_type() To get the reply post type … … 866 871 * Adjust the request query and include the forum id 867 872 * 868 * @since bbPress (r2991)873 * @since 2.0.0 bbPress (r2991) 869 874 * 870 875 * @param array $query_vars Query variables from {@link WP_Query} … … 894 899 * Custom user feedback messages for reply post type 895 900 * 896 * @since bbPress (r3080)901 * @since 2.0.0 bbPress (r3080) 897 902 * 898 903 * @global int $post_ID … … 972 977 * It could use dependency injection in the future, but for now this is easier. 973 978 * 974 * @since bbPress (r2596)979 * @since 2.0.0 bbPress (r2596) 975 980 * 976 981 * @uses BBP_Replies_Admin
Note: See TracChangeset
for help on using the changeset viewer.