Changeset 10497 for trunk/src/bp-core/bp-core-cssjs.php
- Timestamp:
- 02/03/2016 05:01:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r10417 r10497 108 108 /** 109 109 * Load the JS for "Are you sure?" .confirm links. 110 * 111 * @since 1.1.0 110 112 */ 111 113 function bp_core_confirmation_js() { … … 161 163 /** 162 164 * Enqueues jCrop library and hooks BP's custom cropper JS. 165 * 166 * @since 1.1.0 163 167 */ 164 168 function bp_core_add_jquery_cropper() { … … 171 175 /** 172 176 * Output the inline JS needed for the cropper to work on a per-page basis. 177 * 178 * @since 1.1.0 173 179 */ 174 180 function bp_core_add_cropper_inline_js() { … … 273 279 /** 274 280 * Output the inline CSS for the BP image cropper. 281 * 282 * @since 1.1.0 275 283 */ 276 284 function bp_core_add_cropper_inline_css() {
Note: See TracChangeset
for help on using the changeset viewer.