Changeset 3586 for branches/plugin/bbp-admin/bbp-admin.php
- Timestamp:
- 11/03/2011 06:35:03 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-admin.php
r3575 r3586 228 228 } 229 229 230 // Allow global access setting 231 if ( function_exists( 'wp_editor' ) ) { 232 add_settings_field( '_bbp_use_wp_editor', __( 'Fancy Editor', 'bbpress' ), 'bbp_admin_setting_callback_use_wp_editor', 'bbpress', 'bbp_main' ); 233 register_setting ( 'bbpress', '_bbp_use_wp_editor', 'intval' ); 234 } 235 230 236 /** Per Page Section **************************************************/ 231 237
Note: See TracChangeset
for help on using the changeset viewer.