Skip to content

Commit 73d64fe

Browse files
author
Mte90
committed
updated the date
1 parent 160dc36 commit 73d64fe

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

plugin-name/admin/class-plugin-name-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Your Name <email@example.com>
77
* @license GPL-2.0+
88
* @link http://example.com
9-
* @copyright 2014 Your Name or Company Name
9+
* @copyright 2015 Your Name or Company Name
1010
*/
1111

1212
/**

plugin-name/admin/includes/debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @package Plugin_Name_Admin
77
* @author Benjamin J. Balter <ben@balter.com> & Mte90 <mte90net@gmail.com>
88
* @license GPL-2.0+
9-
* @copyright 2014
9+
* @copyright 2014-2015
1010
*
1111
*/
1212
class Pn_Debug {

plugin-name/admin/views/admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Your Name <email@example.com>
1010
* @license GPL-2.0+
1111
* @link http://example.com
12-
* @copyright 2014 Your Name or Company Name
12+
* @copyright 2015 Your Name or Company Name
1313
*/
1414
?>
1515

@@ -306,7 +306,7 @@
306306
</div>
307307

308308
<div class="right-column-settings-page postbox">
309-
<h3 class="hndle"><span><?php _e( 'Plugin Name', $this->plugin_slug ); ?></span></h3>
309+
<h3 class="hndle"><span><?php _e( 'Plugin Name.', $this->plugin_slug ); ?></span></h3>
310310
<div class="inside">
311311
<a href="https://github.com/Mte90/WordPress-Plugin-Boilerplate-Powered"><img src="https://github.com/Mte90/WordPress-Plugin-Boilerplate-Powered/raw/master/plugin-name/assets/icon-256x256.png" alt=""></a>
312312
</div>

plugin-name/includes/fake-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @package Plugin_Name
1212
* @author Ohad Raz & Mte90 <mte90net@gmail.com>
1313
* @license GPL-2.0+
14-
* @copyright 2014
14+
* @copyright 2014-2015
1515
*/
1616
class Fake_Page {
1717

plugin-name/includes/language.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Plugin_Name
99
* @author Mte90 <mte90net@gmail.com>
1010
* @license GPL-2.0+
11-
* @copyright 2014
11+
* @copyright 2014-2015
1212
*/
1313

1414
/**

plugin-name/includes/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @package Plugin_Name
1010
* @author Mte90 <mte90net@gmail.com>
1111
* @license GPL-2.0+
12-
* @copyright 2014
12+
* @copyright 2014-2015
1313
* @since 1.0.0
1414
*/
1515
function pn_get_template_part( $slug, $name = '', $include = true ) {

plugin-name/plugin-name.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Your Name <email@example.com>
1111
* @license GPL-2.0+
1212
* @link http://example.com
13-
* @copyright 2014 Your Name or Company Name
13+
* @copyright 2015 Your Name or Company Name
1414
*
1515
* @wordpress-plugin
1616
* Plugin Name: @TODO
@@ -23,7 +23,7 @@
2323
* License: GPL-2.0+
2424
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2525
* Domain Path: /languages
26-
* WordPress-Plugin-Boilerplate-Powered: v1.1.0
26+
* WordPress-Plugin-Boilerplate-Powered: v1.1.2
2727
*/
2828
// If this file is called directly, abort.
2929
if ( !defined( 'WPINC' ) ) {

plugin-name/public/class-plugin-name.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @author Your Name <email@example.com>
88
* @license GPL-2.0+
99
* @link http://example.com
10-
* @copyright 2014 Your Name or Company Name
10+
* @copyright 2015 Your Name or Company Name
1111
*/
1212

1313
/**

plugin-name/public/views/public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Your Name <email@example.com>
1010
* @license GPL-2.0+
1111
* @link http://example.com
12-
* @copyright 2014 Your Name or Company Name
12+
* @copyright 2015 Your Name or Company Name
1313
*/
1414
?>
1515

plugin-name/uninstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @author Your Name <email@example.com>
88
* @license GPL-2.0+
99
* @link http://example.com
10-
* @copyright 2014 Your Name or Company Name
10+
* @copyright 2015 Your Name or Company Name
1111
*/
1212
// If uninstall not called from WordPress, then exit
1313
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {

0 commit comments

Comments
 (0)