Ticket #295: 295.patch
File 295.patch, 886 bytes (added by , 10 years ago) |
---|
-
sites/trunk/trac.wordpress.org/templates/site.html
13 13 notifications_enabled = 1 14 14 15 15 if project_slug == 'bbpress' : 16 profile_link = '//bbpress.org/forums/users/'17 16 support_link = '//bbpress.org/forums/' 18 17 elif project_slug == 'buddypress' : 19 profile_link = '//buddypress.org/community/members/' 20 support_link = '//buddypress.org/support/topics/' 18 support_link = '//buddypress.org/support/' 21 19 else : 22 20 support_link = '//wordpress.org/support/' 23 profile_link = '//profiles.wordpress.org/'24 21 22 profile_link = '//profiles.wordpress.org/' 23 25 24 profile_to_edit = '//wordpress.org/support/profile/' 26 25 27 26 # Fix https://meta.trac.wordpress.org/ticket/21