[buddypress-trac] [BuddyPress Trac] #9298: Activity feed atom href code triggers PHP Deprecated in logs

buddypress-trac noreply at wordpress.org
Tue Jul 29 15:38:19 UTC 2025


#9298: Activity feed atom href code triggers PHP Deprecated in logs
--------------------------+-----------------------------
 Reporter:  needle        |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Activity      |    Version:  14.3.2
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 Line 444 of `class-bp-activity-feed.php` currently reads:

 {{{
 <atom:link href="<?php esc_url( self_link() ); ?>" rel="self"
 type="application/rss+xml" />
 }}}

 It should read:

 {{{
 <atom:link href="<?php self_link(); ?>" rel="self"
 type="application/rss+xml" />
 }}}

 Since `self_link()` already echoes.

 I'll open a PR on GitHub.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9298>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list