Changeset 14303
- Timestamp:
- 12/17/2024 04:49:28 AM (3 months ago)
- Location:
- sites/trunk/trac.wordpress.org/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/bbpress/wporg-header.html
r14292 r14303 12 12 <button id="mobile-menu-button" aria-expanded="false"><span class="screen-reader-text">Toggle Menu</span></button> 13 13 <ul id="wporg-header-menu"> 14 <li><a href="https://b uddypress.org/about/">About</a></li>14 <li><a href="https://bbpress.org/about/">About</a></li> 15 15 <li><a href="https://bbpress.org/blog/">News</a></li> 16 16 <li><a href="https://codex.bbpress.org/">Codex</a></li> 17 17 <li><a href="https://developer.bbpress.org">Develop</a></li> 18 <li ><a href="https://bbpress.trac.wordpress.org">Make</a></li>18 <li class="current"><a href="https://bbpress.trac.wordpress.org">Make</a></li> 19 19 <li><a href="https://bbpress.org/support/">Forums</a></li> 20 20 <li><a href="https://bbpress.org/download/">Download</a></li> -
sites/trunk/trac.wordpress.org/templates/buddypress/wporg-header.html
r14292 r14303 16 16 <li><a href="https://codex.buddypress.org/">Codex</a></li> 17 17 <li><a href="https://developer.buddypress.org">Develop</a></li> 18 <li ><a href="https://buddypress.trac.wordpress.org">Make</a></li>18 <li class="current"><a href="https://buddypress.trac.wordpress.org">Make</a></li> 19 19 <li><a href="https://buddypress.org/support/">Forums</a></li> 20 20 <li><a href="https://buddypress.org/download/">Download</a></li>
Note: See TracChangeset
for help on using the changeset viewer.