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