Changeset 14193
- Timestamp:
- 12/30/2025 08:21:50 PM (2 weeks ago)
- File:
-
- 1 edited
-
branches/14.0/src/bp-blogs/bp-blogs-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/src/bp-blogs/bp-blogs-template.php
r14164 r14193 810 810 */ 811 811 function bp_blog_latest_post_id() { 812 echo bp_get_blog_latest_post_id();812 echo intval( bp_get_blog_latest_post_id() ); 813 813 } 814 814 /**
Note: See TracChangeset
for help on using the changeset viewer.