Changeset 9514
- Timestamp:
- 02/19/2020 05:34:09 AM (5 years ago)
- Location:
- sites/trunk/trac.wordpress.org
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/core/site-specific.html
r9254 r9514 109 109 </script> 110 110 </body> 111 112 <py:if test="req.authname == 'pento'">113 <py:match path="div[@id='content' and @class='ticket']//div[@id='attachments']" once="true">114 <div py:attrs="select('@*')">115 ${select('*|comment()|text()')}116 </div>117 <div id="prs"></div>118 </py:match>119 </py:if>120 121 <py:if test="req.authname != 'pento'">122 <py:match path="label[@for='field-prnumber']" py:strip="" />123 <py:match path="input[@id='field-prnumber']" py:strip="" />124 </py:if>125 111 </html> -
sites/trunk/trac.wordpress.org/templates/site.html
r9513 r9514 5 5 6 6 <?python 7 scripts_version = '13 3'7 scripts_version = '134' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/'
Note: See TracChangeset
for help on using the changeset viewer.