- Timestamp:
- 05/30/2023 05:56:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r13461 r13493 621 621 * 622 622 * @since 2.0.0 623 * @ todo Deprecate623 * @deprecated 12.0.0 624 624 * 625 625 * @param string $title Groups directory title. … … 627 627 */ 628 628 function bp_legacy_theme_group_create_button( $title ) { 629 _deprecated_function( __FUNCTION__, '12.0.0' ); 629 630 return $title . ' ' . bp_get_group_create_button(); 630 631 } … … 663 664 * 664 665 * @since 2.0.0 665 * @ todo Deprecate666 * @deprecated 12.0.0 666 667 * 667 668 * @param string $title Sites directory title. … … 669 670 */ 670 671 function bp_legacy_theme_blog_create_button( $title ) { 672 _deprecated_function( __FUNCTION__, '12.0.0' ); 671 673 return $title . ' ' . bp_get_blog_create_button(); 672 674 }
Note: See TracChangeset
for help on using the changeset viewer.