Make WordPress Core

Changeset 20880


Ignore:
Timestamp:
05/24/2012 04:34:51 PM (13 years ago)
Author:
azaozz
Message:

Pointers: center pointer on Themes screen, fixes #20554

File:
1 edited

Legend:

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

    r20869 r20880  
    18521852        WP_Internal_Pointers::print_js( 'wp340_customize_current_theme_link', '#customize-current-theme-link', array(
    18531853            'content'  => $content,
    1854             'position' => array( 'edge' => 'top', 'align' => is_rtl() ? 'right' : 'left' ),
     1854            'position' => array( 'edge' => 'top', 'align' => is_rtl() ? 'right' : 'left', 'offset' => is_rtl() ? '32 0' : '-32 0' ),
    18551855        ) );
    18561856    }
Note: See TracChangeset for help on using the changeset viewer.