Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2015 10:51:31 PM (10 years ago)
Author:
tw2113
Message:

Punctuation is a key element to complete sentences.

See #6396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-admin.php

    r9833 r9834  
    5454 * @param array $custom_menus The list of top-level BP menu items.
    5555 *
    56  * @return array $custom_menus List of top-level BP menu items, with Activity added
     56 * @return array $custom_menus List of top-level BP menu items, with Activity added.
    5757 */
    5858function bp_activity_admin_menu_order( $custom_menus = array() ) {
     
    192192 * Does the following:
    193193 *   - Register contextual help and screen options for this admin page.
    194  *   - Enqueues scripts and styles
    195  *   - Catches POST and GET requests related to Activity
     194 *   - Enqueues scripts and styles.
     195 *   - Catches POST and GET requests related to Activity.
    196196 *
    197197 * @since BuddyPress (1.6.0)
     
    820820
    821821/**
    822  * Activity type metabox for the Activity admin edit screen
     822 * Activity type metabox for the Activity admin edit screen.
    823823 *
    824824 * @since BuddyPress (1.6.0)
     
    10551055
    10561056    /**
    1057      * If users can comment on blog & forum activity items
     1057     * If users can comment on blog & forum activity items.
    10581058     *
    10591059     * @since BuddyPress (2.2.2)
     
    16421642     *
    16431643     * This method merges functionality from {@link bp_activity_can_comment()} and
    1644      * {@link bp_blogs_disable_activity_commenting()}.  This is done because the activity
     1644     * {@link bp_blogs_disable_activity_commenting()}. This is done because the activity
    16451645     * list table doesn't use a BuddyPress activity loop, which prevents those
    16461646     * functions from working as intended.
Note: See TracChangeset for help on using the changeset viewer.