- Timestamp:
- 05/30/2023 05:56:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r13481 r13493 654 654 * 655 655 * @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 657 657 * 658 658 * @param string $path The BP Uri. … … 660 660 */ 661 661 public function customizer_set_uri( $path ) { 662 _deprecated_function( __METHOD__, '12.0.0' ); 663 662 664 if ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) { 663 665 return $path;
Note: See TracChangeset
for help on using the changeset viewer.