|
1 | 1 | <?php |
2 | | -/* |
3 | | - Plugin Name: Rescue Shortcodes |
4 | | - Plugin URI: https://github.com/RescueThemes/rescue-shortcodes |
5 | | - Description: A lightweight shortcodes plugin for themes developed by <a href="http://themeforest.net/user/RescueThemes">Rescue Themes</a> |
6 | | - Author: Rescue Themes |
7 | | - Author URI: http://themeforest.net/user/RescueThemes |
8 | | - Version: 1.6 |
9 | | - License: GNU General Public License version 2.0 |
10 | | - License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 2 | + /** |
| 3 | + * Plugin Name: Rescue Shortcodes |
| 4 | + * Plugin URI: https://rescuethemes.com/plugins/rescue-shortcodes-plugin/ |
| 5 | + * Description: A lightweight shortcodes plugin. |
| 6 | + * Version: 1.6 |
| 7 | + * Author: Rescue Themes |
| 8 | + * Author URI: https://rescuethemes.com |
| 9 | + * Text Domain: rescue-shortcodes |
| 10 | + * License: GPL-2.0+ |
| 11 | + * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| 12 | + */ |
| 13 | + |
| 14 | + /* Copyright 2015 Rescue Themes ( email : hello@rescuethemes.com ) |
| 15 | +
|
| 16 | + This program is free software; you can redistribute it and/or modify |
| 17 | + it under the terms of the GNU General Public License, version 2, as |
| 18 | + published by the Free Software Foundation. |
| 19 | +
|
| 20 | + This program is distributed in the hope that it will be useful, |
| 21 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 22 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 23 | + GNU General Public License for more details. |
| 24 | +
|
| 25 | + You should have received a copy of the GNU General Public License |
| 26 | + along with this program; if not, write to the Free Software |
| 27 | + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
11 | 28 | */ |
12 | 29 |
|
13 | 30 | /*----------------------------------------------------*/ |
|
0 commit comments