Changeset 10140 for trunk/src/bp-xprofile/bp-xprofile-cssjs.php
- Timestamp:
- 09/25/2015 12:18:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-cssjs.php
r9819 r10140 1 1 <?php 2 3 2 /** 4 * BuddyPress XProfile CSS and JS 3 * BuddyPress XProfile CSS and JS. 5 4 * 6 5 * @package BuddyPress … … 8 7 */ 9 8 10 // Exit if accessed directly 9 // Exit if accessed directly. 11 10 defined( 'ABSPATH' ) || exit; 12 11 … … 14 13 * Enqueue the CSS for XProfile admin styling 15 14 * 16 * @since BuddyPress (1.1.0)15 * @since 1.1.0 17 16 */ 18 17 function xprofile_add_admin_css() { … … 33 32 * Enqueue the jQuery libraries for handling drag/drop/sort 34 33 * 35 * @since BuddyPress (1.5.0)34 * @since 1.5.0 36 35 */ 37 36 function xprofile_add_admin_js() {
Note: See TracChangeset
for help on using the changeset viewer.