Make WordPress Core

Changeset 30332


Ignore:
Timestamp:
11/13/2014 12:49:42 PM (10 years ago)
Author:
ocean90
Message:

Fix selector for the "Live Widget Previews" feature pointer.

props rzen.
fixes #30158.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r30196 r30332  
    20332033            $position = array( 'edge' => is_rtl() ? 'right' : 'left', 'align' => 'center' );
    20342034        } else {
    2035             $selector = 'a[href="customize.php"]';
     2035            $selector = 'a[href^="customize.php"]';
    20362036            if ( is_rtl() ) {
    20372037                $position = array( 'edge' => 'right', 'align' => 'center', 'my' => 'right-5px' );
Note: See TracChangeset for help on using the changeset viewer.