mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Extended and aligned comment header (via franz-josef-kaiser)
This commit is contained in:
parent
4a4d3f524d
commit
0f2675ddb4
1 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
=== TODO: Plugin Name ===
|
||||
Contributors: (this should be a list of wordpress.org userids)
|
||||
Donate link: http://example.com/
|
||||
Tags: comments, spam
|
||||
Requires at least: 3.5.1
|
||||
Tested up to: 3.6
|
||||
Stable tag: 1.0.0
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Contributors: @TODO (this should be a list of wordpress.org userids)
|
||||
Donate link: @TODO http://example.com/
|
||||
Tags: comments, spam
|
||||
Requires at least: 3.7.1
|
||||
Tested up to: 3.7.1
|
||||
Stable tag: 1.0.0
|
||||
License: @TODO
|
||||
License URI: http://www.tldrlegal.com/ @TODO Search up license
|
||||
|
||||
Here is a short description of the plugin. This should be no more than 150 characters. No markup here.
|
||||
|
||||
|
@ -130,4 +130,4 @@ Titles are optional, naturally.
|
|||
Markdown uses email style notation for blockquotes and I've been told:
|
||||
> Asterisks for *emphasis*. Double it up for **strong**.
|
||||
|
||||
`<?php code(); // goes in backticks ?>`
|
||||
`<?php code(); // goes in backticks ?>`
|
Loading…
Reference in a new issue