~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/nav-menus.php

  • Committer: axino
  • Date: 2017-04-21 09:50:23 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: axino@canonical.com-20170421095023-9ovs9chcswvhibbe
Merge WP4.7.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
584
584
                                ' <a class="page-title-action hide-if-no-customize" href="%1$s">%2$s</a>',
585
585
                                esc_url( add_query_arg( array(
586
586
                                        array( 'autofocus' => $focus ),
587
 
                                        'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ),
 
587
                                        'return' => urlencode( remove_query_arg( wp_removable_query_args(), wp_unslash( $_SERVER['REQUEST_URI'] ) ) ),
588
588
                                ), admin_url( 'customize.php' ) ) ),
589
589
                                __( 'Manage with Live Preview' )
590
590
                        );