Changeset 797088
- Timestamp:
- 11/01/2013 06:36:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
custom-baidu-maps/trunk/include/baidu-maps-admin.php
r797077 r797088 67 67 */ 68 68 public function create_meta_box() { 69 add_meta_box( 'bmap-map-details', __( 'Map Settings', 'baidu-maps' ), array( $this, 'render_meta_box_map_details' ), 'bmap', 'side', ' high' );69 add_meta_box( 'bmap-map-details', __( 'Map Settings', 'baidu-maps' ), array( $this, 'render_meta_box_map_details' ), 'bmap', 'side', 'low' ); 70 70 add_meta_box( 'bmap-map-markers', __( 'Map Markers', 'baidu-maps' ), array( $this, 'render_meta_box_map_markers' ), 'bmap', 'normal', 'low' ); 71 71 add_meta_box( 'bmap-map-location-check', __( 'Location Finder (Search in chinese only) ', 'baidu-maps' ), array( $this, 'render_meta_box_map_location_check' ), 'bmap', 'normal', 'high' );
Note: See TracChangeset
for help on using the changeset viewer.