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/extend/buddypress/groups.php

    r6253 r6272  
    9292        add_action( 'groups_before_delete_group',     array( $this, 'disconnect_forum_from_group'     ) );
    9393
    94         // Adds a bbPress metabox to the new BuddyPress Group Admin UI
     94        // Adds a bbPress meta-box to the new BuddyPress Group Admin UI
    9595        add_action( 'bp_groups_admin_meta_boxes',     array( $this, 'group_admin_ui_edit_screen'      ) );
    9696
     
    460460
    461461    /**
    462      * Adds a metabox to BuddyPress Group Admin UI
     462     * Adds a meta-box to BuddyPress Group Admin UI
    463463     *
    464464     * @since 2.3.0 bbPress (r4814)
     
    479479
    480480    /**
    481      * Displays the bbPress metabox in BuddyPress Group Admin UI
     481     * Displays the bbPress meta-box in BuddyPress Group Admin UI
    482482     *
    483483     * @since 2.3.0 bbPress (r4814)
Note: See TracChangeset for help on using the changeset viewer.