Making WordPress.org

Changeset 12156


Ignore:
Timestamp:
10/31/2022 12:46:44 AM (2 years ago)
Author:
dd32
Message:

Trac: Fix JS syntax error after [12154].

See #5634.

Location:
sites/trunk
Files:
2 edited

Legend:

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

    r12155 r12156  
    55
    66<?python
    7     scripts_version = '206'
     7    scripts_version = '207'
    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

    r12154 r12156  
    1515        'close' : 'The ticket is a candidate for closure.',
    1616        'needs-testing' : 'Patch has a particular need for testing.',
    17         'has-testing-info' : 'Steps have been provided to reproduce the issue or test a patch.'
     17        'has-testing-info' : 'Steps have been provided to reproduce the issue or test a patch.',
    1818        'needs-testing-info' : 'A more detailed testing procedure is needed to reproduce the issue, or to validate a patch works as expected.',
    1919        'needs-design' : 'A designer should create a prototype of how the suggested changes should look/behave before writing code.',
Note: See TracChangeset for help on using the changeset viewer.