Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/30/2023 05:56:44 AM (3 years ago)
Author:
imath
Message:

Deprecate all functions having a @todo Deprecate inline comment

Fixes #8909

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress-functions.php

    r13481 r13493  
    654654     *
    655655     * @since 3.0.0
    656      * @todo deprecate The `bp_uri` filter is not available anymore. Is this function still needed using BP Rewrites?
     656     * @deprecated 12.0.0
    657657     *
    658658     * @param  string $path The BP Uri.
     
    660660     */
    661661    public function customizer_set_uri( $path ) {
     662        _deprecated_function( __METHOD__, '12.0.0' );
     663
    662664        if ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) {
    663665            return $path;
Note: See TracChangeset for help on using the changeset viewer.