-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mte90
committed
Jun 22, 2015
1 parent
160dc36
commit 73d64fe
Showing
10 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
?> | ||
|
||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @package Plugin_Name | ||
* @author Mte90 <[email protected]> | ||
* @license GPL-2.0+ | ||
* @copyright 2014 | ||
* @copyright 2014-2015 | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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' ) ) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
*/ | ||
?> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' ) ) { | ||
|