Updated plugin header
This commit is contained in:
parent
527ddc5195
commit
ecbbff72e0
|
@ -1,14 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/**
|
||||||
Plugin Name: CMB2 Field Type: Ajax Search
|
* @package CMB2\Field_Ajax_Search
|
||||||
Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search
|
* @author Tsunoa
|
||||||
GitHub Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search
|
* @copyright Copyright (c) Tsunoa
|
||||||
Description: CMB2 field type to attach posts, users or terms.
|
*
|
||||||
Version: 1.0.1
|
* Plugin Name: CMB2 Field Type: Ajax Search
|
||||||
Author: Ruben Garcia
|
* Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search
|
||||||
Author URI: http://rubengc.com/
|
* GitHub Plugin URI: https://github.com/rubengc/cmb2-field-ajax-search
|
||||||
License: GPLv2+
|
* Description: CMB2 field type to attach posts, users or terms.
|
||||||
*/
|
* Version: 1.0.1
|
||||||
|
* Author: Tsunoa
|
||||||
|
* Author URI: https://tsunoa.com/
|
||||||
|
* License: GPLv2+
|
||||||
|
*/
|
||||||
|
|
||||||
// This plugin is based on CMB2 Field Type: Post Search Ajax (https://github.com/alexis-magina/cmb2-field-post-search-ajax)
|
// This plugin is based on CMB2 Field Type: Post Search Ajax (https://github.com/alexis-magina/cmb2-field-post-search-ajax)
|
||||||
// Special thanks to Magina (http://magina.fr/) for him awesome work
|
// Special thanks to Magina (http://magina.fr/) for him awesome work
|
||||||
|
|
Loading…
Reference in New Issue