Make WordPress Core


Ignore:
Timestamp:
11/14/2011 10:30:14 AM (14 years ago)
Author:
koopersmith
Message:

New pointer styles. Arrows are currently optimized to point upward. props georgestephanis, chexee. see #18693.

File:
1 edited

Legend:

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

    r19047 r19269  
    16991699//<![CDATA[
    17001700jQuery(document).ready( function($) {
    1701     $('#wp-admin-bar-help').pointer({
     1701    $('#wpadminbar').pointer({
    17021702        content: '<?php echo $pointer_content; ?>',
    1703         position: 'top',
     1703        position: {
     1704            edge:  'top',
     1705            align: 'center'
     1706        },
    17041707        close: function() {
    17051708            $.post( ajaxurl, {
Note: See TracChangeset for help on using the changeset viewer.