mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Merge pull request #417 from davidshq/patch-1
Small Spelling / Grammar Changes
This commit is contained in:
commit
1f3c2acbe2
1 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
@ -14,19 +14,19 @@ The WordPress Plugin Boilerplate includes the following files:
|
|||
## Features
|
||||
|
||||
* The Boilerplate is based on the [Plugin API](http://codex.wordpress.org/Plugin_API), [Coding Standards](http://codex.wordpress.org/WordPress_Coding_Standards), and [Documentation Standards](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/).
|
||||
* All classes, functions, and variables are documented so that you know what you need to be changed.
|
||||
* The Boilerplate uses a strict file organization scheme that correspond both to the WordPress Plugin Repository structure, and that make it easy to organize the files that compose the plugin.
|
||||
* All classes, functions, and variables are documented so that you know what you need to change.
|
||||
* The Boilerplate uses a strict file organization scheme that corresponds both to the WordPress Plugin Repository structure, and that makes it easy to organize the files that compose the plugin.
|
||||
* The project includes a `.pot` file as a starting point for internationalization.
|
||||
|
||||
## Installation
|
||||
|
||||
The Boilerplate can be installed directly into your plugins folder "as-is". You will want to rename it and the classes inside of it to fit your needs.
|
||||
|
||||
Note that this will activate the source code of the Boilerplate, but because the Boilerplate has no real functionality so no menu items, meta boxes, or custom post types will be added.
|
||||
Note that this will activate the source code of the Boilerplate, but because the Boilerplate has no real functionality there will be no menu items, meta boxes, or custom post types added.
|
||||
|
||||
## WordPress.org Preparation
|
||||
|
||||
The original launch of this version of the boilerplate included the folder structure needed for using your plugin on the WordPress.org. That folder structure has been moved to its own repo here: https://github.com/DevinVinson/Plugin-Directory-Boilerplate
|
||||
The original launch of this version of the boilerplate included the folder structure needed for using your plugin on WordPress.org. That folder structure has been moved to its own repo here: https://github.com/DevinVinson/Plugin-Directory-Boilerplate
|
||||
|
||||
## Recommended Tools
|
||||
|
||||
|
@ -78,7 +78,7 @@ The previous version of the WordPress Plugin Boilerplate included support for a
|
|||
|
||||
These tools are not part of the core of this Boilerplate, as I see them as being additions, forks, or other contributions to the Boilerplate.
|
||||
|
||||
The same is true of using tools like Grunt, Composer, etc. These are all fantastic tools, but not everyone uses them. In order to keep the core Boilerplate as light as possible, these features have been removed and will be introduced in other editions, and will be listed and maintained on the project homepage
|
||||
The same is true of using tools like Grunt, Composer, etc. These are all fantastic tools, but not everyone uses them. In order to keep the core Boilerplate as light as possible, these features have been removed and will be introduced in other editions, and will be listed and maintained on the project homepage.
|
||||
|
||||
# Credits
|
||||
|
||||
|
|
Loading…
Reference in a new issue