Changeset 19419 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/23/2011 06:53:11 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r19410 r19419 1776 1776 WP_Internal_Pointers::print_js( 'wp330_media_uploader', '#content-add_media', array( 1777 1777 'content' => $content, 1778 'position' => array( 'edge' => 'left', 'align' => 'center' ),1778 'position' => array( 'edge' => is_rtl() ? 'right' : 'left', 'align' => 'center' ), 1779 1779 ) ); 1780 1780 } … … 1791 1791 WP_Internal_Pointers::print_js( 'wp330_saving_widgets', '#message2', array( 1792 1792 'content' => $content, 1793 'position' => array( 'edge' => 'top', 'align' => 'left' ),1793 'position' => array( 'edge' => 'top', 'align' => is_rtl() ? 'right' : 'left' ), 1794 1794 ) ); 1795 1795 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)