Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/02/2017 07:46:37 PM (8 years ago)
Author:
johnjamesjacoby
Message:

General: hyphenate "meta-box" in documentation to sooth spell-checkers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/forums.php

    r6252 r6272  
    218218
    219219    /**
    220      * Add the forum attributes metabox
     220     * Add the forum attributes meta-box
    221221     *
    222222     * @since 2.0.0 bbPress (r2746)
    223223     *
    224224     * @uses bbp_get_forum_post_type() To get the forum post type
    225      * @uses add_meta_box() To add the metabox
     225     * @uses add_meta_box() To add the meta-box
    226226     * @uses do_action() Calls 'bbp_forum_attributes_metabox'
    227227     */
     
    238238
    239239    /**
    240      * Add the forum moderators metabox
     240     * Add the forum moderators meta-box
    241241     *
    242242     * @since 2.6.0 bbPress
    243243     *
    244244     * @uses bbp_get_forum_post_type() To get the forum post type
    245      * @uses add_meta_box() To add the metabox
     245     * @uses add_meta_box() To add the meta-box
    246246     * @uses do_action() Calls 'bbp_forum_attributes_metabox'
    247247     */
     
    265265
    266266    /**
    267      * Add the subscriptions metabox
     267     * Add the subscriptions meta-box
    268268     *
    269269     * Allows viewing of users who have subscribed to a forum.
     
    271271     * @since 2.6.0 bbPress (r6197)
    272272     *
    273      * @uses add_meta_box() To add the metabox
     273     * @uses add_meta_box() To add the meta-box
    274274     */
    275275    public function subscriptions_metabox() {
     
    285285        }
    286286
    287         // Add the metabox
     287        // Add the meta-box
    288288        add_meta_box(
    289289            'bbp_forum_subscriptions_metabox',
     
    297297
    298298    /**
    299      * Remove comments & discussion metaboxes if comments are not supported
     299     * Remove comments & discussion meta-boxes if comments are not supported
    300300     *
    301301     * @since 2.6.0 bbPress (r6186)
Note: See TracChangeset for help on using the changeset viewer.