Changeset 9252
- Timestamp:
- 11/03/2019 01:21:24 PM (6 years ago)
- Location:
- sites/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/core/wporg-menu.html
r3139 r9252 14 14 <li class="icon browser"><a title="Browse Source" href="https://core.trac.wordpress.org/browser">Browse Source</a></li> 15 15 <li class="icon timeline"><a title="Trac Timeline" href="https://core.trac.wordpress.org/timeline">Trac Timeline</a></li> 16 <li class="icon newticket"><a title="Create a New Ticket" href="https://login.wordpress.org/?redirect_to=https://core.trac.wordpress.org/newticket" >Create a New Ticket</a></li>16 <li class="icon newticket"><a title="Create a New Ticket" href="https://login.wordpress.org/?redirect_to=https://core.trac.wordpress.org/newticket" rel="nofollow">Create a New Ticket</a></li> 17 17 </ul></div> 18 18 </div> -
sites/trunk/trac.wordpress.org/templates/site.html
r9241 r9252 260 260 <h1 py:attrs="select('@*')">${select('*|comment()|text()')}</h1> 261 261 <span class="create-new-ticket button button-large button-primary"> 262 <a href="https://login.wordpress.org/?redirect_to=https://${project_slug}.trac.wordpress.org/newticket" >Create a new ticket</a>262 <a href="https://login.wordpress.org/?redirect_to=https://${project_slug}.trac.wordpress.org/newticket" rel="nofollow">Create a new ticket</a> 263 263 </span> 264 264 </div> -
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r8905 r9252 471 471 472 472 if ( is_singular() ) { 473 echo '<div><a class="create-new-ticket button button-large button-primary" href="https://login.wordpress.org/?redirect_to=' . urlencode( 'https://core.trac.wordpress.org/newticket?component=' . urlencode( $component ) ) . '" >Create a new ticket</a></div>';473 echo '<div><a class="create-new-ticket button button-large button-primary" href="https://login.wordpress.org/?redirect_to=' . urlencode( 'https://core.trac.wordpress.org/newticket?component=' . urlencode( $component ) ) . '" rel="nofollow">Create a new ticket</a></div>'; 474 474 } 475 475
Note: See TracChangeset
for help on using the changeset viewer.