Making WordPress.org

Changeset 14520


Ignore:
Timestamp:
09/02/2025 12:25:04 AM (9 months ago)
Author:
dd32
Message:

Trac: Add a hint for where the WordPress Playground is developed.

See #8074.

Location:
sites/trunk
Files:
2 edited

Legend:

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

    r14519 r14520  
    55
    66<?python
    7     scripts_version = '228'
     7    scripts_version = '229'
    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

    r14519 r14520  
    114114            enable_copy: true
    115115        },
     116        'Playground': {
     117            tracker: 'https://github.com/WordPress/wordpress-playground/issues/new',
     118            tracker_text: 'WordPress Playground GitHub Repository',
     119            enable_copy: true
     120        },
    116121        'bbpress.org' : {
    117122            tracker: 'https://bbpress.trac.wordpress.org/newticket?component=Site+-+bbPress.org',
Note: See TracChangeset for help on using the changeset viewer.