Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inline-documentation-standards/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Summary examples:
- Good: _Filters the post content._
- Bad: _Lets you edit the post content that is output in the post template._
- **Actions:** _When_ does an action fire?
- Good: _Fires after most of core is loaded, and the user is authenticated.
- Bad: _Allows you to register custom post types, custom taxonomies, and other general housekeeping tasks after a lot of WordPress core has loaded.
- Good: _Fires after most of core is loaded, and the user is authenticated._
- Bad: _Allows you to register custom post types, custom taxonomies, and other general housekeeping tasks after a lot of WordPress core has loaded._

#### Grammar

Expand Down