Making WordPress.org


Ignore:
Timestamp:
02/19/2020 05:34:09 AM (6 years ago)
Author:
dd32
Message:

Trac: Remove the no-longer-used PRNumber trac field.

Props noisysocks.
See #4903.

File:
1 edited

Legend:

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

    r9254 r9514  
    109109</script>
    110110</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>
    125111</html>
Note: See TracChangeset for help on using the changeset viewer.