Changeset 1997
- Timestamp:
- 10/18/2015 09:50:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r1996 r1997 12 12 if project_slug == 'core': 13 13 notifications_enabled = 1 14 project_name = 'WordPress'15 14 16 15 if project_slug == 'bbpress' : 17 16 support_link = '//bbpress.org/forums/' 18 project_name = 'bbPress'19 17 elif project_slug == 'buddypress' : 20 18 support_link = '//buddypress.org/support/topics/' 21 project_name = 'BuddyPress'22 19 else : 23 20 support_link = '//wordpress.org/support/' … … 123 120 <py:if test="project_slug in ['core', 'bbpress', 'buddypress']"> 124 121 <div class="newticket-instructions"> 125 <p><strong>This form is for reporting bugs in ${project _name}.</strong> Here are some questions and tips to help you write a great bug report:</p>122 <p><strong>This form is for reporting bugs in ${project.name}.</strong> Here are some questions and tips to help you write a great bug report:</p> 126 123 <ul> 127 <li>Are you using either the latest version of ${project _name}, or the latest development version? If not, please update first.</li>124 <li>Are you using either the latest version of ${project.name}, or the latest development version? If not, please update first.</li> 128 125 <li>What steps should be taken to consistently reproduce the problem?</li> 129 126 <li>Does the problem occur even when you deactivate all plugins and use the default theme?</li>
Note: See TracChangeset
for help on using the changeset viewer.