Plugin Directory

Changeset 797088


Ignore:
Timestamp:
11/01/2013 06:36:52 AM (12 years ago)
Author:
samueljesse
Message:

Renamed Plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-baidu-maps/trunk/include/baidu-maps-admin.php

    r797077 r797088  
    6767     */
    6868    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' );
    7070        add_meta_box( 'bmap-map-markers', __( 'Map Markers', 'baidu-maps' ), array( $this, 'render_meta_box_map_markers' ), 'bmap', 'normal', 'low' );
    7171        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.