Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2015 05:45:14 AM (9 years ago)
Author:
tw2113
Message:

Further documentation cleanup for Activity Component.

See #6396.

File:
1 edited

Legend:

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

    r10077 r10253  
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    2020    }
    2121
    22     // Special handling for New/Edit screens in wp-admin
     22    // Special handling for New/Edit screens in wp-admin.
    2323    if ( is_admin() ) {
    2424        if (
     
    6464 * @param array  $settings   An array with TinyMCE config.
    6565 * @param string $editor_id Unique editor identifier, e.g. 'content'.
    66  *
    6766 * @return array  $mceInit   An array with TinyMCE config.
    6867 */
Note: See TracChangeset for help on using the changeset viewer.