Making WordPress.org


Ignore:
Timestamp:
01/23/2015 06:56:00 AM (10 years ago)
Author:
nacin
Message:

Sync Trac config/templates with production.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r733 r1174  
    55
    66<?python
    7     scripts_version = '38e'
     7    scripts_version = '38h'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = '//make.wordpress.org/core/'
     
    1414
    1515    if project_slug == 'bbpress' :
    16         profile_link = '//bbpress.org/forums/users/'
    1716        support_link = '//bbpress.org/forums/'
    1817    elif project_slug == 'buddypress' :
    19         profile_link = '//buddypress.org/community/members/'
    2018        support_link = '//buddypress.org/support/topics/'
    2119    else :
    2220        support_link = '//wordpress.org/support/'
    23         profile_link = '//profiles.wordpress.org/'
    24 
     21
     22    profile_link = '//profiles.wordpress.org/'
    2523    profile_to_edit = '//wordpress.org/support/profile/'
    2624
Note: See TracChangeset for help on using the changeset viewer.