Making WordPress.org

Ticket #6093: 6093.2.diff

File 6093.2.diff, 976 bytes (added by aezazshekh, 3 years ago)

Added new patch. We do not need to give a link in the 'Tickets' menu. Here we can also add only '#'. Because only hide and show is happening on the click of this menu.

  • trac.wordpress.org/templates/core/wporg-menu.html

    diff --git a/trac.wordpress.org/templates/core/wporg-menu.html b/trac.wordpress.org/templates/core/wporg-menu.html
    index 284911f53..4345b62cc 100644
    a b  
    99                        <div class="menu-container"><ul class="menu">
    1010                                <li><a href="https://make.wordpress.org/core/">Blog</a></li>
    1111                                <li><a href="https://make.wordpress.org/core/handbook/">Handbook</a></li>
    12                                 <li><a class="open-ticket-report" href="https://make.wordpress.org/core/reports/">Tickets</a></li>
     12                                <li><a class="open-ticket-report" href="#">Tickets</a></li>
    1313                                <li><a href="https://make.wordpress.org/core/components/">Components</a></li>
    1414                                <li class="icon browser"><a title="Browse Source" href="https://core.trac.wordpress.org/browser">Browse Source</a></li>
    1515                                <li class="icon timeline"><a title="Trac Timeline" href="https://core.trac.wordpress.org/timeline">Trac Timeline</a></li>