mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 05:35:36 +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 @@
|
|||
/**
|
||||
* Fired when the plugin is uninstalled.
|
||||
*
|
||||
* @package PluginName
|
||||
* @package Plugin_Name
|
||||
* @author Your Name <email@example.com>
|
||||
* @license GPL-2.0+
|
||||
* @link http://example.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue