Changeset 13580 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 09/10/2023 09:56:11 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r13530 r13580 678 678 // Backwards compatibility for anyone forcing a 'true' active_format. 679 679 if ( true === $r['active_format'] ) { 680 /* translators: %s: human time diff of the last time the site was active.*/680 /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */ 681 681 $r['active_format'] = _x( 'Active %s', 'last time the site was active', 'buddypress' ); 682 682 }
Note: See TracChangeset
for help on using the changeset viewer.