Changeset 14161
- Timestamp:
- 12/19/2025 08:05:04 PM (7 weeks ago)
- Location:
- branches/14.0/src/bp-templates
- Files:
-
- 2 edited
-
bp-legacy/buddypress/activity/type-parts/content.php (modified) (1 diff)
-
bp-nouveau/buddypress/activity/entry.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/src/bp-templates/bp-legacy/buddypress/activity/type-parts/content.php
r13183 r14161 3 3 * BuddyPress - Activity content 4 4 * 5 * This template is used by `activity/entry.php` and show es any activity type content.5 * This template is used by `activity/entry.php` and shows any activity type content. 6 6 * 7 7 * @since 10.0.0 -
branches/14.0/src/bp-templates/bp-nouveau/buddypress/activity/entry.php
r13182 r14161 7 7 * 8 8 * @since 3.0.0 9 * @version 1 0.0.09 * @version 14.0.0 10 10 */ 11 11 … … 32 32 </div> 33 33 34 <?php bp_nouveau_activity_hook( 'before', 'entry_content' ); ?> 35 34 36 <?php if ( bp_nouveau_activity_has_content() ) : ?> 35 37 … … 41 43 42 44 <?php endif; ?> 45 46 <?php bp_nouveau_activity_hook( 'after', 'entry_content' ); ?> 43 47 44 48 <?php bp_nouveau_activity_entry_buttons(); ?>
Note: See TracChangeset
for help on using the changeset viewer.