Changeset 18969 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/14/2011 03:33:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r18937 r18969 1651 1651 wp_enqueue_style( 'wp-pointer' ); 1652 1652 wp_enqueue_script( 'wp-pointer' ); 1653 wp_enqueue_script( 'utils' );1654 1653 } 1655 1654 } … … 1665 1664 //<![CDATA[ 1666 1665 jQuery(document).ready( function($) { 1667 $('#wp adminbar').pointer({1666 $('#wp-admin-bar-help').pointer({ 1668 1667 content: '<?php echo $pointer_content; ?>', 1669 position: { 1670 my: 'left top', 1671 at: 'center bottom', 1672 offset: '-25 0' 1673 }, 1668 position: 'top', 1674 1669 close: function() { 1675 1670 $.post( ajaxurl, {
Note: See TracChangeset
for help on using the changeset viewer.