Skip to content

Commit

Permalink
updated the date
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jun 22, 2015
1 parent 160dc36 commit 73d64fe
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion plugin-name/admin/class-plugin-name-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Your Name <[email protected]>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Your Name or Company Name
* @copyright 2015 Your Name or Company Name
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugin-name/admin/includes/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @package Plugin_Name_Admin
* @author Benjamin J. Balter <[email protected]> & Mte90 <[email protected]>
* @license GPL-2.0+
* @copyright 2014
* @copyright 2014-2015
*
*/
class Pn_Debug {
Expand Down
4 changes: 2 additions & 2 deletions plugin-name/admin/views/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Your Name <[email protected]>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Your Name or Company Name
* @copyright 2015 Your Name or Company Name
*/
?>

Expand Down Expand Up @@ -306,7 +306,7 @@
</div>

<div class="right-column-settings-page postbox">
<h3 class="hndle"><span><?php _e( 'Plugin Name', $this->plugin_slug ); ?></span></h3>
<h3 class="hndle"><span><?php _e( 'Plugin Name.', $this->plugin_slug ); ?></span></h3>
<div class="inside">
<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>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plugin-name/includes/fake-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Plugin_Name
* @author Ohad Raz & Mte90 <[email protected]>
* @license GPL-2.0+
* @copyright 2014
* @copyright 2014-2015
*/
class Fake_Page {

Expand Down
2 changes: 1 addition & 1 deletion plugin-name/includes/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package Plugin_Name
* @author Mte90 <[email protected]>
* @license GPL-2.0+
* @copyright 2014
* @copyright 2014-2015
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugin-name/includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package Plugin_Name
* @author Mte90 <[email protected]>
* @license GPL-2.0+
* @copyright 2014
* @copyright 2014-2015
* @since 1.0.0
*/
function pn_get_template_part( $slug, $name = '', $include = true ) {
Expand Down
4 changes: 2 additions & 2 deletions plugin-name/plugin-name.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Your Name <[email protected]>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Your Name or Company Name
* @copyright 2015 Your Name or Company Name
*
* @wordpress-plugin
* Plugin Name: @TODO
Expand All @@ -23,7 +23,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Domain Path: /languages
* WordPress-Plugin-Boilerplate-Powered: v1.1.0
* WordPress-Plugin-Boilerplate-Powered: v1.1.2
*/
// If this file is called directly, abort.
if ( !defined( 'WPINC' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion plugin-name/public/class-plugin-name.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Your Name <[email protected]>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Your Name or Company Name
* @copyright 2015 Your Name or Company Name
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion plugin-name/public/views/public.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @author Your Name <[email protected]>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Your Name or Company Name
* @copyright 2015 Your Name or Company Name
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion plugin-name/uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Your Name <[email protected]>
* @license GPL-2.0+
* @link http://example.com
* @copyright 2014 Your Name or Company Name
* @copyright 2015 Your Name or Company Name
*/
// If uninstall not called from WordPress, then exit
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
Expand Down

0 comments on commit 73d64fe

Please sign in to comment.