Skip to content

Commit db37aa5

Browse files
authored
Updated formatting of plugin header
1 parent a71ad43 commit db37aa5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

cmb2-mapbox.php

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
2-
/*
3-
Plugin Name: CMB2 Mapbox
4-
Plugin URI:
5-
Description: This plugin adds a new CMB2 fieldtype for adding a single point to a Mapbox map. This plugin requires CMB2 and a Mapbox access token.
6-
Version: 1.0.2
7-
Author: Rob Clark
8-
Author URI: https://robclark.io
9-
License: GPLv2 or later
10-
Text Domain: cmb2-mapbox
11-
GitHub Plugin URI: https://github.com/pixelwatt/cmb2-mapbox
12-
*/
2+
/**
3+
* Plugin Name: CMB2 Mapbox
4+
* Plugin URI:
5+
* Description: This plugin adds a new CMB2 fieldtype for adding a single point to a Mapbox map. This plugin requires CMB2 and a Mapbox access token.
6+
* Version: 1.0.3
7+
* Author: Rob Clark
8+
* Author URI: https://robclark.io
9+
* License: GPLv2 or later
10+
* Text Domain: cmb2-mapbox
11+
* GitHub Plugin URI: https://github.com/pixelwatt/cmb2-mapbox
12+
*/
1313

1414
add_action( 'cmb2_admin_init', 'cmb2_mapbox_options_metabox' );
1515

0 commit comments

Comments
 (0)