Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/01/2015 04:18:13 AM (9 years ago)
Author:
tw2113
Message:

First pass of documentation cleanup for the XProfile Component.

See #6406.

File:
1 edited

Legend:

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

    r10140 r10163  
    1111
    1212/**
    13  * Enqueue the CSS for XProfile admin styling
     13 * Enqueue the CSS for XProfile admin styling.
    1414 *
    1515 * @since 1.1.0
     
    3030
    3131/**
    32  * Enqueue the jQuery libraries for handling drag/drop/sort
     32 * Enqueue the jQuery libraries for handling drag/drop/sort.
    3333 *
    3434 * @since 1.5.0
     
    4949        // supports_options_field_types is a dynamic list of field
    5050        // types that support options, for use in showing/hiding the
    51         // "please enter options for this field" section
     51        // "please enter options for this field" section.
    5252        $strings = array(
    5353            'supports_options_field_types' => array(),
Note: See TracChangeset for help on using the changeset viewer.