Skip to content

Commit 369e314

Browse files
authored
Merge pull request #152 from philipdowner/patch-1
Adds italic styling for formatting consistency
2 parents c60d51e + 16cfdf9 commit 369e314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • inline-documentation-standards

inline-documentation-standards/php.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Summary examples:
4242
- Good: _Filters the post content._
4343
- Bad: _Lets you edit the post content that is output in the post template._
4444
- **Actions:** _When_ does an action fire?
45-
- Good: _Fires after most of core is loaded, and the user is authenticated.
46-
- Bad: _Allows you to register custom post types, custom taxonomies, and other general housekeeping tasks after a lot of WordPress core has loaded.
45+
- Good: _Fires after most of core is loaded, and the user is authenticated._
46+
- Bad: _Allows you to register custom post types, custom taxonomies, and other general housekeeping tasks after a lot of WordPress core has loaded._
4747

4848
#### Grammar
4949

0 commit comments

Comments
 (0)