mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 13:45:35 +03:00
replacing all instances of PluginName with PluginName as per the WordPress Coding Standards
fixes #61
This commit is contained in:
parent
f9ce10b207
commit
465603b5c8
5 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Plugin Name.
|
||||
*
|
||||
* @package PluginName
|
||||
* @package Plugin_Name
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
|
@ -14,10 +14,10 @@
|
|||
*
|
||||
* TODO: Rename this class to a proper name for your plugin.
|
||||
*
|
||||
* @package PluginName
|
||||
* @package Plugin_Name
|
||||
* @author Your Name <email@example.com>
|
||||
*/
|
||||
class PluginName {
|
||||
class Plugin_Name {
|
||||
|
||||
/**
|
||||
* Plugin version, used for cache-busting of style and script file references.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue