Making WordPress.org


Ignore:
Timestamp:
11/02/2015 06:53:09 AM (11 years ago)
Author:
nacin
Message:

Enable Trac subscriptions for meta.trac. see #291.

File:
1 edited

Legend:

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

    r2000 r2029  
    77        scripts_version = '53'
    88        project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    9         wporg_endpoint = '//make.wordpress.org/core/'
     9        wporg_endpoint = '//make.wordpress.org/' + project_slug + '/'
    1010        is_bug_gardener = 'TICKET_EDIT_DESCRIPTION' in perm(resource)
    1111
    12         if project_slug == 'core':
    13                 notifications_enabled = 1
     12        notifications_enabled = 1 if project_slug in ['core', 'meta'] else 0
    1413
    1514        if project_slug == 'bbpress' :
Note: See TracChangeset for help on using the changeset viewer.