Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2023 07:22:41 AM (2 years ago)
Author:
imath
Message:

Completely remove bundled moment.js library

As explained in #8766, after deprecating this library in version 11.0.0,
we are now removing it from the plugin. We now use the moment.js library
already bundled into WordPress since version 5.0.

livestamp.js has been updated to v2.

Fixes #8942
Closes https://github.com/buddypress/buddypress/pull/135

File:
1 edited

Legend:

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

    r13371 r13523  
    9292    return bp_attachments_get_mime_type( $file );
    9393}
     94
     95/**
     96 * Return moment.js config.
     97 *
     98 * @since 2.7.0
     99 * @deprecated 11.0.0
     100 */
     101function bp_core_moment_js_config() {
     102    _deprecated_function( __FUNCTION__, '11.0.0' );
     103}
Note: See TracChangeset for help on using the changeset viewer.