Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

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

    r10012 r10108  
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    1313 * Register scripts commonly used by BuddyPress.
    1414 *
    15  * @since BuddyPress (2.1.0)
     15 * @since 2.1.0
    1616 */
    1717function bp_core_register_common_scripts() {
     
    2222     * Filters the BuddyPress Core javascript files to register.
    2323     *
    24      * @since BuddyPress (2.1.0)
     24     * @since 2.1.0
    2525     *
    2626     * @param array $value Array of javascript file information to register.
     
    5757 * Register styles commonly used by BuddyPress.
    5858 *
    59  * @since BuddyPress (2.1.0)
     59 * @since 2.1.0
    6060 */
    6161function bp_core_register_common_styles() {
     
    6666     * Filters the URL for the Admin Bar stylesheet.
    6767     *
    68      * @since BuddyPress (1.1.0)
     68     * @since 1.1.0
    6969     *
    7070     * @param string $value URL for the Admin Bar stylesheet.
     
    7575     * Filters the BuddyPress Core stylesheet files to register.
    7676     *
    77      * @since BuddyPress (2.1.0)
     77     * @since 2.1.0
    7878     *
    7979     * @param array $value Array of stylesheet file information to register.
     
    123123 * Enqueues the css and js required by the Avatar UI.
    124124 *
    125  * @since  BuddyPress (2.3.0)
     125 * @since  2.3.0
    126126 */
    127127function bp_core_avatar_scripts() {
     
    158158     * Filters the return value of getimagesize to determine if an image was uploaded.
    159159     *
    160      * @since BuddyPress (1.1.0)
     160     * @since 1.1.0
    161161     *
    162162     * @param array $value Array of data found by getimagesize.
     
    278278 * Define the 'ajaxurl' JS variable, used by themes as an AJAX endpoint.
    279279 *
    280  * @since BuddyPress (1.1.0)
     280 * @since 1.1.0
    281281 */
    282282function bp_core_add_ajax_url_js() {
     
    295295 * configurations.
    296296 *
    297  * @since BuddyPress (1.7.0)
     297 * @since 1.7.0
    298298 *
    299299 * @return string AJAX endpoint URL.
     
    304304     * Filters the proper value for BuddyPress' ajaxurl.
    305305     *
    306      * @since BuddyPress (1.7.0)
     306     * @since 1.7.0
    307307     *
    308308     * @param string $value Proper ajaxurl value for BuddyPress.
     
    314314 * Get the JavaScript dependencies for buddypress.js.
    315315 *
    316  * @since BuddyPress (2.0.0)
     316 * @since 2.0.0
    317317 *
    318318 * @uses apply_filters() to allow other component to load extra dependencies.
     
    325325     * Filters the javascript dependencies for buddypress.js.
    326326     *
    327      * @since BuddyPress (2.0.0)
     327     * @since 2.0.0
    328328     *
    329329     * @param array $value Array of javascript dependencies for buddypress.js.
Note: See TracChangeset for help on using the changeset viewer.