Changeset 13775 for trunk/src/bp-core/deprecated/12.0.php
- Timestamp:
- 03/22/2024 08:40:31 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/deprecated/12.0.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/12.0.php
r13503 r13775 1621 1621 return apply_filters( 'bp_core_get_all_posts_for_user', array( $all_posts ), '12.0.0' ); 1622 1622 } 1623 1624 /** 1625 * Repair user last_activity data. 1626 * 1627 * Re-runs the migration from usermeta introduced in BP 2.0. 1628 * 1629 * @since 2.0.0 1630 * @deprecated 12.4.0 1631 */ 1632 function bp_admin_repair_last_activity() { 1633 _deprecated_function( __FUNCTION__, '12.4.0' ); 1634 return array(); 1635 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)