Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/31/2017 10:36:34 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Fix typos in core options documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/options.php

    r6246 r6270  
    383383 *
    384384 * @param $default string Optional. Default value 'default'
    385  * @uses get_option() To get the subtheme option
    386  * @return string ID of the subtheme
     385 * @uses get_option() To get the theme-package option
     386 * @return string ID of the theme-package
    387387 */
    388388function bbp_get_theme_package_id( $default = 'default' ) {
     
    414414
    415415/**
    416  * Output the grop forums root parent forum id
     416 * Output the group forums root parent forum id
    417417 *
    418418 * @since 2.1.0 bbPress (r3575)
     
    424424}
    425425    /**
    426      * Return the grop forums root parent forum id
     426     * Return the group forums root parent forum id
    427427     *
    428428     * @since 2.1.0 bbPress (r3575)
Note: See TracChangeset for help on using the changeset viewer.