Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
WordPress coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jul 3, 2015
1 parent dc3ac9e commit 474eb85
Show file tree
Hide file tree
Showing 9 changed files with 1,323 additions and 1,073 deletions.
11 changes: 6 additions & 5 deletions .editorconfig
Expand Up @@ -3,14 +3,15 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with trim trailing whitespaces
[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8

[*.php]
indent_style = tab
indent_size = 4

# 2 space indentation
[*.{js,json}]
indent_style = space
indent_size = 2

# charset
charset = utf-8
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@
**Donate link:** http://14101978.de
**Tags:** webmention, pingback, trackback, linkback, microformats, comments, indieweb
**Requires at least:** 2.7
**Tested up to:** 4.1.1
**Stable tag:** 3.1.0
**Tested up to:** 4.2.2
**Stable tag:** 3.2.0

Richer Comments and Linkbacks for WordPress!

Expand Down Expand Up @@ -51,6 +51,12 @@ The WebMention and Pingback logos are made by [Aaron Parecki](http://aaronpareck

Project actively developed on Github at [pfefferle/wordpress-semantic-linkbacks](https://github.com/pfefferle/wordpress-semantic-linkbacks).

### 3.2.0 ###

* changed hook from `<linkback>_post` to `comment_post` (thanks to @dshanske)
* used the WordPress Coding Standard
* small code improvements

### 3.1.0 ###
* I18n support
* German translation
Expand Down

0 comments on commit 474eb85

Please sign in to comment.