Changeset 5951 for trunk/src/includes/common/widgets.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/widgets.php (modified) (49 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/widgets.php
r5845 r5951 18 18 * Adds a widget which displays the login form 19 19 * 20 * @since bbPress (r2827)20 * @since 2.0.0 bbPress (r2827) 21 21 * 22 22 * @uses WP_Widget … … 29 29 * Registers the login widget 30 30 * 31 * @since bbPress (r2827)31 * @since 2.0.0 bbPress (r2827) 32 32 * 33 33 * @uses apply_filters() Calls 'bbp_login_widget_options' with the … … 46 46 * Register the widget 47 47 * 48 * @since bbPress (r3389)48 * @since 2.0.0 bbPress (r3389) 49 49 * 50 50 * @uses register_widget() … … 57 57 * Displays the output, the login form 58 58 * 59 * @since bbPress (r2827)59 * @since 2.0.0 bbPress (r2827) 60 60 * 61 61 * @param array $args Arguments … … 154 154 * Update the login widget options 155 155 * 156 * @since bbPress (r2827)156 * @since 2.0.0 bbPress (r2827) 157 157 * 158 158 * @param array $new_instance The new instance options … … 171 171 * Output the login widget options form 172 172 * 173 * @since bbPress (r2827)173 * @since 2.0.0 bbPress (r2827) 174 174 * 175 175 * @param $instance Instance … … 203 203 * Merge the widget settings into defaults array. 204 204 * 205 * @since bbPress (r4802)205 * @since 2.3.0 bbPress (r4802) 206 206 * 207 207 * @param $instance Instance … … 222 222 * Adds a widget which displays the view list 223 223 * 224 * @since bbPress (r3020)224 * @since 2.0.0 bbPress (r3020) 225 225 * 226 226 * @uses WP_Widget … … 233 233 * Registers the view widget 234 234 * 235 * @since bbPress (r3020)235 * @since 2.0.0 bbPress (r3020) 236 236 * 237 237 * @uses apply_filters() Calls 'bbp_views_widget_options' with the … … 250 250 * Register the widget 251 251 * 252 * @since bbPress (r3389)252 * @since 2.0.0 bbPress (r3389) 253 253 * 254 254 * @uses register_widget() … … 261 261 * Displays the output, the view list 262 262 * 263 * @since bbPress (r3020)263 * @since 2.0.0 bbPress (r3020) 264 264 * 265 265 * @param array $args Arguments … … 308 308 * Update the view widget options 309 309 * 310 * @since bbPress (r3020)310 * @since 2.0.0 bbPress (r3020) 311 311 * 312 312 * @param array $new_instance The new instance options … … 323 323 * Output the view widget options form 324 324 * 325 * @since bbPress (r3020)325 * @since 2.0.0 bbPress (r3020) 326 326 * 327 327 * @param $instance Instance … … 346 346 * Merge the widget settings into defaults array. 347 347 * 348 * @since bbPress (r4802)348 * @since 2.3.0 bbPress (r4802) 349 349 * 350 350 * @param $instance Instance … … 363 363 * Adds a widget which displays the forum search form 364 364 * 365 * @since bbPress (r4579)365 * @since 2.3.0 bbPress (r4579) 366 366 * 367 367 * @uses WP_Widget … … 374 374 * Registers the search widget 375 375 * 376 * @since bbPress (r4579)376 * @since 2.3.0 bbPress (r4579) 377 377 * 378 378 * @uses apply_filters() Calls 'bbp_search_widget_options' with the … … 391 391 * Register the widget 392 392 * 393 * @since bbPress (r4579)393 * @since 2.3.0 bbPress (r4579) 394 394 * 395 395 * @uses register_widget() … … 402 402 * Displays the output, the search form 403 403 * 404 * @since bbPress (r4579)404 * @since 2.3.0 bbPress (r4579) 405 405 * 406 406 * @uses apply_filters() Calls 'bbp_search_widget_title' with the title … … 437 437 * Update the widget options 438 438 * 439 * @since bbPress (r4579)439 * @since 2.3.0 bbPress (r4579) 440 440 * 441 441 * @param array $new_instance The new instance options … … 452 452 * Output the search widget options form 453 453 * 454 * @since bbPress (r4579)454 * @since 2.3.0 bbPress (r4579) 455 455 * 456 456 * @param $instance Instance … … 475 475 * Merge the widget settings into defaults array. 476 476 * 477 * @since bbPress (r4802)477 * @since 2.3.0 bbPress (r4802) 478 478 * 479 479 * @param $instance Instance … … 492 492 * Adds a widget which displays the forum list 493 493 * 494 * @since bbPress (r2653)494 * @since 2.0.0 bbPress (r2653) 495 495 * 496 496 * @uses WP_Widget … … 503 503 * Registers the forum widget 504 504 * 505 * @since bbPress (r2653)505 * @since 2.0.0 bbPress (r2653) 506 506 * 507 507 * @uses apply_filters() Calls 'bbp_forums_widget_options' with the … … 520 520 * Register the widget 521 521 * 522 * @since bbPress (r3389)522 * @since 2.0.0 bbPress (r3389) 523 523 * 524 524 * @uses register_widget() … … 531 531 * Displays the output, the forum list 532 532 * 533 * @since bbPress (r2653)533 * @since 2.0.0 bbPress (r2653) 534 534 * 535 535 * @param array $args Arguments … … 604 604 * Update the forum widget options 605 605 * 606 * @since bbPress (r2653)606 * @since 2.0.0 bbPress (r2653) 607 607 * 608 608 * @param array $new_instance The new instance options … … 625 625 * Output the forum widget options form 626 626 * 627 * @since bbPress (r2653)627 * @since 2.0.0 bbPress (r2653) 628 628 * 629 629 * @param $instance Instance … … 658 658 * Merge the widget settings into defaults array. 659 659 * 660 * @since bbPress (r4802)660 * @since 2.3.0 bbPress (r4802) 661 661 * 662 662 * @param $instance Instance … … 676 676 * Adds a widget which displays the topic list 677 677 * 678 * @since bbPress (r2653)678 * @since 2.0.0 bbPress (r2653) 679 679 * 680 680 * @uses WP_Widget … … 687 687 * Registers the topic widget 688 688 * 689 * @since bbPress (r2653)689 * @since 2.0.0 bbPress (r2653) 690 690 * 691 691 * @uses apply_filters() Calls 'bbp_topics_widget_options' with the … … 704 704 * Register the widget 705 705 * 706 * @since bbPress (r3389)706 * @since 2.0.0 bbPress (r3389) 707 707 * 708 708 * @uses register_widget() … … 715 715 * Displays the output, the topic list 716 716 * 717 * @since bbPress (r2653)717 * @since 2.0.0 bbPress (r2653) 718 718 * 719 719 * @param array $args … … 845 845 * Update the topic widget options 846 846 * 847 * @since bbPress (r2653)847 * @since 2.0.0 bbPress (r2653) 848 848 * 849 849 * @param array $new_instance The new instance options … … 870 870 * Output the topic widget options form 871 871 * 872 * @since bbPress (r2653)872 * @since 2.0.0 bbPress (r2653) 873 873 * 874 874 * @param $instance Instance … … 912 912 * Merge the widget settings into defaults array. 913 913 * 914 * @since bbPress (r4802)914 * @since 2.3.0 bbPress (r4802) 915 915 * 916 916 * @param $instance Instance … … 934 934 * Adds a widget which displays the forum statistics 935 935 * 936 * @since bbPress (r4509)936 * @since 2.3.0 bbPress (r4509) 937 937 * 938 938 * @uses WP_Widget … … 945 945 * Registers the stats widget 946 946 * 947 * @since bbPress (r4509)947 * @since 2.3.0 bbPress (r4509) 948 948 * 949 949 * @uses apply_filters() Calls 'bbp_stats_widget_options' with the … … 962 962 * Register the widget 963 963 * 964 * @since bbPress (r4509)964 * @since 2.3.0 bbPress (r4509) 965 965 * 966 966 * @uses register_widget() … … 973 973 * Displays the output, the statistics 974 974 * 975 * @since bbPress (r4509)975 * @since 2.3.0 bbPress (r4509) 976 976 * 977 977 * @param array $args Arguments … … 1006 1006 * Update the stats widget options 1007 1007 * 1008 * @since bbPress (r4509)1008 * @since 2.3.0 bbPress (r4509) 1009 1009 * 1010 1010 * @param array $new_instance The new instance options … … 1023 1023 * Output the stats widget options form 1024 1024 * 1025 * @since bbPress (r4509)1025 * @since 2.3.0 bbPress (r4509) 1026 1026 * 1027 1027 * @param $instance … … 1046 1046 * Merge the widget settings into defaults array. 1047 1047 * 1048 * @since bbPress (r4802)1048 * @since 2.3.0 bbPress (r4802) 1049 1049 * 1050 1050 * @param $instance Instance … … 1064 1064 * Adds a widget which displays the replies list 1065 1065 * 1066 * @since bbPress (r2653)1066 * @since 2.0.0 bbPress (r2653) 1067 1067 * 1068 1068 * @uses WP_Widget … … 1075 1075 * Registers the replies widget 1076 1076 * 1077 * @since bbPress (r2653)1077 * @since 2.0.0 bbPress (r2653) 1078 1078 * 1079 1079 * @uses apply_filters() Calls 'bbp_replies_widget_options' with the … … 1092 1092 * Register the widget 1093 1093 * 1094 * @since bbPress (r3389)1094 * @since 2.0.0 bbPress (r3389) 1095 1095 * 1096 1096 * @uses register_widget() … … 1103 1103 * Displays the output, the replies list 1104 1104 * 1105 * @since bbPress (r2653)1105 * @since 2.0.0 bbPress (r2653) 1106 1106 * 1107 1107 * @param array $args … … 1210 1210 * Update the reply widget options 1211 1211 * 1212 * @since bbPress (r2653)1212 * @since 2.0.0 bbPress (r2653) 1213 1213 * 1214 1214 * @param array $new_instance The new instance options … … 1228 1228 * Output the reply widget options form 1229 1229 * 1230 * @since bbPress (r2653)1230 * @since 2.0.0 bbPress (r2653) 1231 1231 * 1232 1232 * @param $instance Instance … … 1250 1250 * Merge the widget settings into defaults array. 1251 1251 * 1252 * @since bbPress (r4802)1252 * @since 2.3.0 bbPress (r4802) 1253 1253 * 1254 1254 * @param $instance Instance
Note: See TracChangeset
for help on using the changeset viewer.