Making WordPress.org

Changeset 11776


Ignore:
Timestamp:
04/20/2022 01:20:31 AM (3 years ago)
Author:
dd32
Message:

Trac: Add a add-to-field-guide keyword for Docs team.

Props milana_cap, dd32.
Fixes #6283.

Location:
sites/trunk
Files:
2 edited

Legend:

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

    r11775 r11776  
    55
    66<?python
    7     scripts_version = '155'
     7    scripts_version = '156'
    88    project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0]
    99    wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js

    r11775 r11776  
    2020        'has-dev-note' : 'Ticket with a published post on the development blog.',
    2121        'needs-dev-note' : 'Ticket needs a post on the development blog.',
     22        'add-to-field-guide': 'Ticket dev-note should be included in the releasese field guide.',
    2223        'has-privacy-review' : 'Input has been given from the core privacy team reviewing the privacy implications of the suggested changes.',
    2324        'needs-privacy-review' : 'Input is needed from the core privacy team with regards to the privacy implications of the suggested changes.',
Note: See TracChangeset for help on using the changeset viewer.