Changeset 6573 for trunk/src/includes/core/options.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/options.php
r6563 r6573 142 142 * 143 143 * @since 2.0.0 bbPress (r3421) 144 *145 * @uses bbp_get_default_options() To get default options146 * @uses add_option() Adds default options147 * @uses do_action() Calls 'bbp_add_options'148 144 */ 149 145 function bbp_add_options() { … … 165 161 * 166 162 * @since 2.0.0 bbPress (r3421) 167 *168 * @uses bbp_get_default_options() To get default options169 * @uses delete_option() Removes default options170 * @uses do_action() Calls 'bbp_delete_options'171 163 */ 172 164 function bbp_delete_options() { … … 186 178 * 187 179 * @since 2.0.0 bbPress (r3451) 188 *189 * @uses bbp_get_default_options() To get default options190 * @uses add_filter() To add filters to 'pre_option_{$key}'191 * @uses do_action() Calls 'bbp_add_option_filters'192 180 */ 193 181 function bbp_setup_option_filters() { … … 320 308 * 321 309 * @param bool $default Optional.Default value true 322 * @uses get_option() To get the favorites option323 310 * @return bool Is favorites enabled or not 324 311 */ … … 335 322 * 336 323 * @param bool $default Optional.Default value true 337 * @uses get_option() To get the subscriptions option338 324 * @return bool Is subscription enabled or not 339 325 */ … … 350 336 * 351 337 * @param bool $default Optional.Default value true 352 * @uses get_option() To get the engagements option353 338 * @return bool Is engagements enabled or not 354 339 */ … … 365 350 * 366 351 * @param bool $default Optional. Default value false 367 * @uses get_option() To get the global content edit option368 352 * @return bool Is content editing allowed? 369 353 */ … … 380 364 * 381 365 * @param bool $default Optional. Default value false 382 * @uses get_option() To get the content throttle option383 366 * @return bool Is content throttling allowed? 384 367 */ … … 395 378 * 396 379 * @param bool $default Optional. Default value true 397 * @uses get_option() To get the allow tags398 380 * @return bool Are tags allowed? 399 381 */ … … 410 392 * 411 393 * @param bool $default Optional. Default value true. 412 * @uses get_option() To get the allow per-forum moderators setting413 394 * 414 395 * @return bool Are per-forum moderators allowed? … … 426 407 * 427 408 * @param bool $default Optional. Default value true. 428 * @uses get_option() To get the allow super moderators setting429 409 * 430 410 * @return bool Are moderators allowed to edit users? … … 442 422 * 443 423 * @param bool $default Optional. Default value true 444 * @uses get_option() To get the forum-wide search setting445 424 * @return bool Is forum-wide searching allowed? 446 425 */ … … 457 436 * 458 437 * @param bool $default Optional. Default value false 459 * @uses get_option() To get the threaded replies setting460 438 * @return bool Are threaded replies allowed? 461 439 */ … … 472 450 * 473 451 * @param int $default Thread replies depth 474 * @uses apply_filters() Calls 'bbp_thread_replies_depth' with the option value and475 * the default depth476 * @uses get_option() To get the thread replies depth477 452 * @return int Thread replies depth 478 453 */ … … 489 464 * 490 465 * @param bool $default Optional. Default value true 491 * @uses get_option() To get the allow revisions492 466 * @return bool Are revisions allowed? 493 467 */ … … 504 478 * 505 479 * @param bool $default Optional. Default value 506 * @uses get_option() To get the allow anonymous option507 480 * @return bool Is anonymous posting allowed? 508 481 */ … … 519 492 * 520 493 * @param bool $default Optional. Default value false 521 * @uses get_option() To get the global access option522 494 * @return bool Is global access allowed? 523 495 */ … … 534 506 * 535 507 * @param string $default Optional. Default value empty 536 * @uses get_option() To get the default forums role option537 508 * @return string The default forums user role 538 509 */ … … 549 520 * 550 521 * @param bool $default Optional. Default value true 551 * @uses get_option() To get the WP editor option552 522 * @return bool Use WP editor? 553 523 */ … … 564 534 * 565 535 * @param bool $default Optional. Default value true 566 * @uses get_option() To get the oEmbed option567 536 * @return bool Use oEmbed? 568 537 */ … … 579 548 * 580 549 * @param string $default Optional. Default value 'default' 581 * @uses get_option() To get the theme-package option582 550 * @return string ID of the theme-package 583 551 */ … … 604 572 * 605 573 * @param bool $default Optional. Default value 80 606 * @uses get_option() To get the maximum title length607 574 * @return int Is anonymous posting allowed? 608 575 */ … … 629 596 * 630 597 * @param bool $default Optional. Default value 0 631 * @uses get_option() To get the root group forum ID632 598 * @return int The post ID for the root forum 633 599 */ … … 644 610 * 645 611 * @param bool $default Optional. Default value true 646 * @uses get_option() To get the group forums option647 612 * @return bool Is group forums enabled or not 648 613 */ … … 659 624 * 660 625 * @param bool $default Optional. Default value true 661 * @uses get_option() To get the Akismet option662 626 * @return bool Is Akismet enabled or not 663 627 */ … … 679 643 * 680 644 * @param bool $default Optional. Default value false 681 * @uses get_option() To get the admin integration setting682 645 * @return bool To deeply integrate settings, or not 683 646 */ … … 711 674 * 712 675 * @param string $default Optional. Default value 'forums' 713 * @uses get_option() To get the slug714 676 * @return string 715 677 */ … … 726 688 * 727 689 * @param bool $default Optional. Default value true 728 * @uses get_option() To get the setting729 690 * @return bool 730 691 */ … … 741 702 * 742 703 * @param string $default Optional. Default value 'forums' 743 * @uses get_option() To get the setting744 704 * @return string 745 705 */ … … 756 716 * 757 717 * @param string $default Optional. Default value 'forums' 758 * @uses get_option() To get the slug759 718 * @return string 760 719 */ … … 775 734 * 776 735 * @param string $default Optional. Default value 'forum' 777 * @uses get_option() To get the slug778 736 * @return string 779 737 */ … … 790 748 * 791 749 * @param string $default Optional. Default value 'topics' 792 * @uses get_option() To get the slug793 750 * @return string 794 751 */ … … 805 762 * 806 763 * @param string $default Optional. Default value 'replies' 807 * @uses get_option() To get the slug808 764 * @return string 809 765 */ … … 820 776 * 821 777 * @param string $default Optional. Default value 'topic' 822 * @uses get_option() To get the slug823 778 * @return string 824 779 */ … … 835 790 * 836 791 * @param string $default Optional. Default value 'topic-tag' 837 * @uses get_option() To get the slug838 792 * @return string 839 793 */ … … 850 804 * 851 805 * @param string $default Optional. Default value 'reply' 852 * @uses get_option() To get the slug853 806 * @return string 854 807 */ … … 865 818 * 866 819 * @param string $default Optional. Default value 'users' 867 * @uses get_option() To get the slug868 820 * @return string 869 821 */ … … 880 832 * 881 833 * @param string $default Optional. Default value 'favorites' 882 * @uses get_option() To get the slug883 834 * @return string 884 835 */ … … 895 846 * 896 847 * @param string $default Optional. Default value 'subscriptions' 897 * @uses get_option() To get the slug898 848 * @return string 899 849 */ … … 910 860 * 911 861 * @param string $default Optional. Default value 'engagements' 912 * @uses get_option() To get the slug913 862 * @return string 914 863 */ … … 925 874 * 926 875 * @param string $default Optional. Default value 'view' 927 * @uses get_option() To get the slug928 876 * @return string 929 877 */ … … 940 888 * 941 889 * @param string $default Optional. Default value 'search' 942 * @uses get_option() To get the slug943 890 * @return string 944 891 */ … … 957 904 * 958 905 * @param string $default Optional. Default empty string 959 * @uses get_option() To get the old bb-config.php location960 906 * @return string The location of the bb-config.php file, if any 961 907 */
Note: See TracChangeset
for help on using the changeset viewer.