Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#18144 closed enhancement (duplicate)

Update wp_nav_menu to support relative URLs

Reported by: parisholley Owned by:
Priority: normal Milestone:
Component: Template Version: 3.2.1
Severity: minor Keywords: has-patch
Cc:

Description

in wp-includes/nav-menu-template.php add:

363: $relative_url = untrailingslashit($_SERVER['REQUEST_URI']);

modify the in_array check to add that as an option

if ( in_array( $item_url, array( $current_url, $_indexless_current, $relative_url ) ) ) 

I encourage clients to use relative url's so they can test with navigation across environments regardless of domains.

Attachments (1)

18144.patch (979 bytes) - added by SergeyBiryukov 22 months ago.

Download all attachments as: .zip

Change History (6)

  • Keywords needs-patch added

No issues here.

  • Keywords has-patch added; needs-patch removed

duplicate #15954

  • Resolution set to duplicate
  • Status changed from new to closed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.