Changeset 14142
- Timestamp:
- 12/14/2025 04:59:55 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/src/bp-activity/classes/class-bp-activity-feed.php
r13897 r14142 442 442 <title><?php echo esc_html( $this->title ); ?></title> 443 443 <link><?php echo esc_url( $this->link ); ?></link> 444 <atom:link href="<?php esc_url( self_link()); ?>" rel="self" type="application/rss+xml" />444 <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" /> 445 445 <description><?php echo esc_html( $this->description ); ?></description> 446 446 <lastBuildDate><?php echo esc_html( mysql2date( 'D, d M Y H:i:s O', bp_activity_get_last_updated(), false ) ); ?></lastBuildDate>
Note: See TracChangeset
for help on using the changeset viewer.