New pointer styles. Arrows are currently optimized to point upward. props georgestephanis, chexee. see #18693.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1698,9 +1698,12 @@ function _wp_pointer_print_admin_bar() {
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
jQuery(document).ready( function($) {
|
||||
$('#wp-admin-bar-help').pointer({
|
||||
$('#wpadminbar').pointer({
|
||||
content: '<?php echo $pointer_content; ?>',
|
||||
position: 'top',
|
||||
position: {
|
||||
edge: 'top',
|
||||
align: 'center'
|
||||
},
|
||||
close: function() {
|
||||
$.post( ajaxurl, {
|
||||
pointer: 'wp330-admin-bar',
|
||||
|
||||
Reference in New Issue
Block a user