Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2015 12:18:18 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the XProfile component.

See #6576.

File:
1 edited

Legend:

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

    r9819 r10140  
    11<?php
    2 
    32/**
    4  * BuddyPress XProfile CSS and JS
     3 * BuddyPress XProfile CSS and JS.
    54 *
    65 * @package BuddyPress
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    1413 * Enqueue the CSS for XProfile admin styling
    1514 *
    16  * @since BuddyPress (1.1.0)
     15 * @since 1.1.0
    1716 */
    1817function xprofile_add_admin_css() {
     
    3332 * Enqueue the jQuery libraries for handling drag/drop/sort
    3433 *
    35  * @since BuddyPress (1.5.0)
     34 * @since 1.5.0
    3635 */
    3736function xprofile_add_admin_js() {
Note: See TracChangeset for help on using the changeset viewer.