Changeset 6573 for trunk/src/includes/admin/settings.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/settings.php
r6563 r6573 645 645 * 646 646 * @since 2.0.0 bbPress (r2737) 647 *648 * @uses bbp_form_option() To output the option value649 647 */ 650 648 function bbp_admin_setting_callback_editlock() { … … 672 670 * 673 671 * @since 2.0.0 bbPress (r2737) 674 *675 * @uses bbp_form_option() To output the option value676 672 */ 677 673 function bbp_admin_setting_callback_throttle() { … … 699 695 * 700 696 * @since 2.0.0 bbPress (r2737) 701 *702 * @uses checked() To display the checked attribute703 697 */ 704 698 function bbp_admin_setting_callback_anonymous() { … … 716 710 * 717 711 * @since 2.0.0 bbPress (r3378) 718 *719 * @uses checked() To display the checked attribute720 712 */ 721 713 function bbp_admin_setting_callback_global_access() { … … 768 760 * 769 761 * @since 2.0.0 bbPress (r2786) 770 *771 * @uses checked() To display the checked attribute772 762 */ 773 763 function bbp_admin_setting_callback_favorites() { … … 784 774 * 785 775 * @since 2.0.0 bbPress (r2737) 786 *787 * @uses checked() To display the checked attribute788 776 */ 789 777 function bbp_admin_setting_callback_subscriptions() { … … 800 788 * 801 789 * @since 2.0.0 bbPress (r2737) 802 *803 * @uses checked() To display the checked attribute804 790 */ 805 791 function bbp_admin_setting_callback_engagements() { … … 816 802 * 817 803 * @since 2.4.0 bbPress (r4944) 818 *819 * @uses checked() To display the checked attribute820 804 */ 821 805 function bbp_admin_setting_callback_topic_tags() { … … 832 816 * 833 817 * @since 2.6.0 bbPress (r5834) 834 *835 * @uses checked() To display the checked attribute836 818 */ 837 819 function bbp_admin_setting_callback_forum_mods() { … … 848 830 * 849 831 * @since 2.6.0 bbPress (r6562) 850 *851 * @uses checked() To display the checked attribute852 832 */ 853 833 function bbp_admin_setting_callback_super_mods() { … … 864 844 * 865 845 * @since 2.4.0 bbPress (r4970) 866 *867 * @uses checked() To display the checked attribute868 846 */ 869 847 function bbp_admin_setting_callback_search() { … … 882 860 * 883 861 * @since 2.4.0 bbPress (r4944) 884 *885 * @uses apply_filters() Calls 'bbp_thread_replies_depth_max' to set a886 * maximum displayed level887 * @uses selected() To display the selected attribute888 862 */ 889 863 function bbp_admin_setting_callback_thread_replies_depth() { … … 920 894 * 921 895 * @since 2.0.0 bbPress (r3412) 922 *923 * @uses checked() To display the checked attribute924 896 */ 925 897 function bbp_admin_setting_callback_revisions() { … … 936 908 * 937 909 * @since 2.1.0 bbPress (r3586) 938 *939 * @uses checked() To display the checked attribute940 910 */ 941 911 function bbp_admin_setting_callback_use_wp_editor() { … … 965 935 * 966 936 * @since 2.1.0 bbPress (r3586) 967 *968 * @uses checked() To display the checked attribute969 937 */ 970 938 function bbp_admin_setting_callback_subtheme_id() { … … 999 967 * 1000 968 * @since 2.1.0 bbPress (r3752) 1001 *1002 * @uses checked() To display the checked attribute1003 969 */ 1004 970 function bbp_admin_setting_callback_use_autoembed() { … … 1030 996 * 1031 997 * @since 2.0.0 bbPress (r2786) 1032 *1033 * @uses bbp_form_option() To output the option value1034 998 */ 1035 999 function bbp_admin_setting_callback_topics_per_page() { … … 1046 1010 * 1047 1011 * @since 2.0.0 bbPress (r2786) 1048 *1049 * @uses bbp_form_option() To output the option value1050 1012 */ 1051 1013 function bbp_admin_setting_callback_replies_per_page() { … … 1077 1039 * 1078 1040 * @since 2.0.0 bbPress (r2786) 1079 *1080 * @uses bbp_form_option() To output the option value1081 1041 */ 1082 1042 function bbp_admin_setting_callback_topics_per_rss_page() { … … 1093 1053 * 1094 1054 * @since 2.0.0 bbPress (r2786) 1095 *1096 * @uses bbp_form_option() To output the option value1097 1055 */ 1098 1056 function bbp_admin_setting_callback_replies_per_rss_page() { … … 1128 1086 * 1129 1087 * @since 2.0.0 bbPress (r2786) 1130 *1131 * @uses bbp_form_option() To output the option value1132 1088 */ 1133 1089 function bbp_admin_setting_callback_root_slug() { … … 1145 1101 * 1146 1102 * @since 2.0.0 bbPress (r2786) 1147 *1148 * @uses checked() To display the checked attribute1149 1103 */ 1150 1104 function bbp_admin_setting_callback_include_root() { … … 1161 1115 * 1162 1116 * @since 2.0.0 bbPress (r2786) 1163 *1164 * @uses checked() To display the checked attribute1165 1117 */ 1166 1118 function bbp_admin_setting_callback_show_on_root() { … … 1221 1173 * 1222 1174 * @since 2.0.0 bbPress (r2786) 1223 *1224 * @uses bbp_form_option() To output the option value1225 1175 */ 1226 1176 function bbp_admin_setting_callback_user_slug() { … … 1238 1188 * 1239 1189 * @since 2.0.0 bbPress (r2786) 1240 *1241 * @uses bbp_form_option() To output the option value1242 1190 */ 1243 1191 function bbp_admin_setting_callback_topic_archive_slug() { … … 1255 1203 * 1256 1204 * @since 2.4.0 bbPress (r4932) 1257 *1258 * @uses bbp_form_option() To output the option value1259 1205 */ 1260 1206 function bbp_admin_setting_callback_reply_archive_slug() { … … 1272 1218 * 1273 1219 * @since 2.4.0 bbPress (r4932) 1274 *1275 * @uses bbp_form_option() To output the option value1276 1220 */ 1277 1221 function bbp_admin_setting_callback_user_favs_slug() { … … 1289 1233 * 1290 1234 * @since 2.4.0 bbPress (r4932) 1291 *1292 * @uses bbp_form_option() To output the option value1293 1235 */ 1294 1236 function bbp_admin_setting_callback_user_subs_slug() { … … 1306 1248 * 1307 1249 * @since 2.6.0 bbPress (r6320) 1308 *1309 * @uses bbp_form_option() To output the option value1310 1250 */ 1311 1251 function bbp_admin_setting_callback_user_engagements_slug() { … … 1338 1278 * 1339 1279 * @since 2.0.0 bbPress (r2786) 1340 *1341 * @uses bbp_form_option() To output the option value1342 1280 */ 1343 1281 function bbp_admin_setting_callback_forum_slug() { … … 1355 1293 * 1356 1294 * @since 2.0.0 bbPress (r2786) 1357 *1358 * @uses bbp_form_option() To output the option value1359 1295 */ 1360 1296 function bbp_admin_setting_callback_topic_slug() { … … 1372 1308 * 1373 1309 * @since 2.0.0 bbPress (r2786) 1374 *1375 * @uses bbp_form_option() To output the option value1376 1310 */ 1377 1311 function bbp_admin_setting_callback_reply_slug() { … … 1389 1323 * 1390 1324 * @since 2.0.0 bbPress (r2786) 1391 *1392 * @uses bbp_form_option() To output the option value1393 1325 */ 1394 1326 function bbp_admin_setting_callback_topic_tag_slug() { … … 1407 1339 * 1408 1340 * @since 2.0.0 bbPress (r2789) 1409 *1410 * @uses bbp_form_option() To output the option value1411 1341 */ 1412 1342 function bbp_admin_setting_callback_view_slug() { … … 1424 1354 * 1425 1355 * @since 2.3.0 bbPress (r4579) 1426 *1427 * @uses bbp_form_option() To output the option value1428 1356 */ 1429 1357 function bbp_admin_setting_callback_search_slug() { … … 1456 1384 * 1457 1385 * @since 2.1.0 bbPress (r3575) 1458 *1459 * @uses checked() To display the checked attribute1460 1386 */ 1461 1387 function bbp_admin_setting_callback_group_forums() { … … 1472 1398 * 1473 1399 * @since 2.1.0 bbPress (r3575) 1474 *1475 * @uses bbp_form_option() To output the option value1476 1400 */ 1477 1401 function bbp_admin_setting_callback_group_forums_root_id() { … … 1542 1466 * 1543 1467 * @since 2.1.0 bbPress (r3575) 1544 *1545 * @uses checked() To display the checked attribute1546 1468 */ 1547 1469 function bbp_admin_setting_callback_akismet() { … … 1560 1482 * 1561 1483 * @since 2.0.0 bbPress (r2643) 1562 *1563 * @uses settings_fields() To output the hidden fields for the form1564 * @uses do_settings_sections() To output the settings sections1565 1484 */ 1566 1485 function bbp_admin_settings() { … … 1586 1505 } 1587 1506 1588 1589 1507 /** Converter Section *********************************************************/ 1590 1508 … … 1803 1721 * 1804 1722 * @since 2.1.0 bbPress (r3186) 1805 *1806 * @uses settings_fields() To output the hidden fields for the form1807 * @uses do_settings_sections() To output the settings sections1808 1723 */ 1809 1724 function bbp_converter_settings_page() { … … 1877 1792 * 1878 1793 * @since 2.0.0 bbPress (r3119) 1879 *1880 * @uses get_current_screen()1881 1794 */ 1882 1795 function bbp_admin_settings_help() { … … 1980 1893 * @since 2.0.0 bbPress (r3203) 1981 1894 * 1982 * @uses bbp_get_bbp_form_option()1983 *1984 1895 * @param string $option 1985 1896 * @param string $default … … 1993 1904 * 1994 1905 * @since 2.0.0 bbPress (r3203) 1995 *1996 * @uses get_option()1997 * @uses esc_attr()1998 * @uses apply_filters()1999 1906 * 2000 1907 * @param string $option … … 2032 1939 * @param string $slug 2033 1940 * @param string $default 2034 *2035 * @uses bbp_get_form_option() To get a sanitized slug string2036 1941 */ 2037 1942 function bbp_form_slug_conflict_check( $slug, $default ) {
Note: See TracChangeset
for help on using the changeset viewer.