Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2016 05:01:13 AM (9 years ago)
Author:
tw2113
Message:

Adds many missing @since tags to the BP Core component.

See #6398.

File:
1 edited

Legend:

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

    r10417 r10497  
    108108/**
    109109 * Load the JS for "Are you sure?" .confirm links.
     110 *
     111 * @since 1.1.0
    110112 */
    111113function bp_core_confirmation_js() {
     
    161163/**
    162164 * Enqueues jCrop library and hooks BP's custom cropper JS.
     165 *
     166 * @since 1.1.0
    163167 */
    164168function bp_core_add_jquery_cropper() {
     
    171175/**
    172176 * Output the inline JS needed for the cropper to work on a per-page basis.
     177 *
     178 * @since 1.1.0
    173179 */
    174180function bp_core_add_cropper_inline_js() {
     
    273279/**
    274280 * Output the inline CSS for the BP image cropper.
     281 *
     282 * @since 1.1.0
    275283 */
    276284function bp_core_add_cropper_inline_css() {
Note: See TracChangeset for help on using the changeset viewer.