Changeset 2789 for branches/plugin/bbp-admin/bbp-settings.php
- Timestamp:
- 01/09/2011 10:06:53 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-settings.php
r2787 r2789 207 207 208 208 <input name="_bbp_user_slug" type="text" id="_bbp_user_slug" value="<?php form_option( '_bbp_user_slug' ); ?>" /> 209 210 <?php 211 } 212 213 /** 214 * View slug setting field 215 * 216 * @since bbPress (r2789) 217 * 218 * @uses form_option() To output the option value 219 */ 220 function bbp_admin_setting_callback_view_slug() { 221 ?> 222 223 <input name="_bbp_view_slug" type="text" id="_bbp_view_slug" value="<?php form_option( '_bbp_view_slug' ); ?>" /> 209 224 210 225 <?php
Note: See TracChangeset
for help on using the changeset viewer.