Changeset 30332
- Timestamp:
- 11/13/2014 12:49:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r30196 r30332 2033 2033 $position = array( 'edge' => is_rtl() ? 'right' : 'left', 'align' => 'center' ); 2034 2034 } else { 2035 $selector = 'a[href ="customize.php"]';2035 $selector = 'a[href^="customize.php"]'; 2036 2036 if ( is_rtl() ) { 2037 2037 $position = array( 'edge' => 'right', 'align' => 'center', 'my' => 'right-5px' );
Note: See TracChangeset
for help on using the changeset viewer.