- Timestamp:
- 05/12/2018 05:28:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-internal-pointers.php
r43210 r43246 171 171 $position = array( 172 172 'edge' => 'right', 173 'align' => ' left',173 'align' => 'bottom', 174 174 ); 175 175 } else { 176 176 $position = array( 177 177 'edge' => 'left', 178 'align' => ' right',178 'align' => 'bottom', 179 179 ); 180 180 } … … 183 183 'content' => $content, 184 184 'position' => $position, 185 'pointerClass' => 'wp-pointer arrow-bottom', 186 'pointerWidth' => 420, 185 187 ); 186 188 self::print_js( 'wp496_privacy', '#menu-tools', $js_args );
Note: See TracChangeset
for help on using the changeset viewer.