Changeset 6270 for trunk/src/includes/core/options.php
- Timestamp:
- 01/31/2017 10:36:34 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/options.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/options.php
r6246 r6270 383 383 * 384 384 * @param $default string Optional. Default value 'default' 385 * @uses get_option() To get the subtheme option386 * @return string ID of the subtheme385 * @uses get_option() To get the theme-package option 386 * @return string ID of the theme-package 387 387 */ 388 388 function bbp_get_theme_package_id( $default = 'default' ) { … … 414 414 415 415 /** 416 * Output the gro p forums root parent forum id416 * Output the group forums root parent forum id 417 417 * 418 418 * @since 2.1.0 bbPress (r3575) … … 424 424 } 425 425 /** 426 * Return the gro p forums root parent forum id426 * Return the group forums root parent forum id 427 427 * 428 428 * @since 2.1.0 bbPress (r3575)
Note: See TracChangeset
for help on using the changeset viewer.