Ticket #719: 719.2.patch
File 719.2.patch, 2.2 KB (added by , 9 years ago) |
---|
-
sites/trunk/trac.wordpress.org/templates/site.html
14 14 15 15 if project_slug == 'bbpress' : 16 16 support_link = '//bbpress.org/forums/' 17 project_title = "bbPress" 17 18 elif project_slug == 'buddypress' : 18 19 support_link = '//buddypress.org/support/topics/' 20 project_title = "BuddyPress" 19 21 else : 20 22 support_link = '//wordpress.org/support/' 23 project_title = "WordPress" 21 24 22 25 profile_link = '//profiles.wordpress.org/' 23 26 profile_to_edit = '//wordpress.org/support/profile/' … … 66 69 <link rel='stylesheet' href='//s.w.org/wp-includes/css/dashicons.min.css?20140130' type='text/css' /> 67 70 <link rel="stylesheet" type="text/css" href="//s.w.org/style/trac/wp-trac.css?${scripts_version}" /> 68 71 <link py:if="req.session['authenticated']" rel="stylesheet" href="//s.w.org/wp-includes/css/wp-auth-check.css?ver=3.9-alpha" type="text/css" media="all" /> 69 72 70 73 <script py:attrs="select('@*')"></script> 71 74 72 75 <py:if test="req.environ['PATH_INFO'] == '/newticket'"> … … 117 120 </p> 118 121 </py:choose> 119 122 </div> 120 <py:if test="project_slug == 'core' ">123 <py:if test="project_slug == 'core' or 'bbpress' or 'buddypress'"> 121 124 <div class="newticket-instructions"> 122 <p><strong>This form is for reporting bugs in WordPress.</strong> Here are some questions and tips to help you write a great bug report:</p>125 <p><strong>This form is for reporting bugs in ${project_title}.</strong> Here are some questions and tips to help you write a great bug report:</p> 123 126 <ul> 124 <li>Are you using either the latest version of WordPress, or the latest development version? If not, please update first.</li>127 <li>Are you using either the latest version of ${project_title}, or the latest development version? If not, please update first.</li> 125 128 <li>What steps should be taken to consistently reproduce the problem?</li> 126 129 <li>Does the problem occur even when you deactivate all plugins and use the default theme?</li> 127 130 <li>In case it's relevant to the ticket, what is the expected output or result? What did you see instead?</li>