Changeset 9773 for branches/2.2/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 04/20/2015 04:08:00 PM (11 years ago)
- File:
-
- 1 edited
-
branches/2.2/src/bp-blogs/bp-blogs-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/src/bp-blogs/bp-blogs-template.php
r9413 r9773 902 902 */ 903 903 function bp_blog_latest_post_permalink() { 904 echo bp_get_blog_latest_post_permalink();904 echo esc_url( bp_get_blog_latest_post_permalink() ); 905 905 } 906 906 /**
Note: See TracChangeset
for help on using the changeset viewer.