Changeset 5951 for trunk/src/includes/admin/forums.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/forums.php (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.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_Forums_Admin { … … 33 33 * The main bbPress forums admin loader 34 34 * 35 * @since bbPress (r2515)35 * @since 2.0.0 bbPress (r2515) 36 36 * 37 37 * @uses BBP_Forums_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 * … … 91 92 * Should we bail out of this method? 92 93 * 93 * @since bbPress (r4067) 94 * @since 2.1.0 bbPress (r4067) 95 * 94 96 * @return boolean 95 97 */ … … 105 107 * Admin globals 106 108 * 107 * @since bbPress (r2646) 109 * @since 2.0.0 bbPress (r2646) 110 * 108 111 * @access private 109 112 */ … … 117 120 * Contextual help for bbPress forum edit page 118 121 * 119 * @since bbPress (r3119) 122 * @since 2.0.0 bbPress (r3119) 123 * 120 124 * @uses get_current_screen() 121 125 */ … … 180 184 * Contextual help for bbPress forum edit page 181 185 * 182 * @since bbPress (r3119) 186 * @since 2.0.0 bbPress (r3119) 187 * 183 188 * @uses get_current_screen() 184 189 */ … … 241 246 * Add the forum attributes metabox 242 247 * 243 * @since bbPress (r2746)248 * @since 2.0.0 bbPress (r2746) 244 249 * 245 250 * @uses bbp_get_forum_post_type() To get the forum post type … … 268 273 * Return user nicename suggestions instead of tag suggestions 269 274 * 270 * @since bbPress (r5834)275 * @since 2.6.0 bbPress (r5834) 271 276 * 272 277 * @uses bbp_get_forum_mod_tax_id() To get the forum moderator taxonomy id … … 341 346 * Pass the forum attributes for processing 342 347 * 343 * @since bbPress (r2746)348 * @since 2.0.0 bbPress (r2746) 344 349 * 345 350 * @param int $forum_id Forum id … … 408 413 * Add some general styling to the admin area 409 414 * 410 * @since bbPress (r2464)415 * @since 2.0.0 bbPress (r2464) 411 416 * 412 417 * @uses bbp_get_forum_post_type() To get the forum post type … … 491 496 * Handles the admin-side opening/closing of forums 492 497 * 493 * @since bbPress (r5254)498 * @since 2.6.0 bbPress (r5254) 494 499 * 495 500 * @uses bbp_get_forum() To get the forum … … 567 572 * {@link BBP_Admin::toggle_forum()} 568 573 * 569 * @since bbPress (r5254)574 * @since 2.6.0 bbPress (r5254) 570 575 * 571 576 * @uses bbp_get_forum() To get the forum … … 630 635 * Manage the column headers for the forums page 631 636 * 632 * @since bbPress (r2485)637 * @since 2.0.0 bbPress (r2485) 633 638 * 634 639 * @param array $columns The columns … … 666 671 * Print extra columns for the forums page 667 672 * 668 * @since bbPress (r2485)673 * @since 2.0.0 bbPress (r2485) 669 674 * 670 675 * @param string $column Column … … 733 738 * the forum title and add the open/close links 734 739 * 735 * @since bbPress (r2577)740 * @since 2.0.0 bbPress (r2577) 736 741 * 737 742 * @param array $actions Actions … … 777 782 * Custom user feedback messages for forum post type 778 783 * 779 * @since bbPress (r3080)784 * @since 2.0.0 bbPress (r3080) 780 785 * 781 786 * @global int $post_ID … … 855 860 * It could use dependency injection in the future, but for now this is easier. 856 861 * 857 * @since bbPress (r2596)862 * @since 2.0.0 bbPress (r2596) 858 863 * 859 864 * @uses BBP_Forums_Admin
Note: See TracChangeset
for help on using the changeset viewer.