We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c60d51e + 16cfdf9 commit 369e314Copy full SHA for 369e314
1 file changed
inline-documentation-standards/php.md
@@ -42,8 +42,8 @@ Summary examples:
42
- Good: _Filters the post content._
43
- Bad: _Lets you edit the post content that is output in the post template._
44
- **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.
+ - 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._
47
48
#### Grammar
49
0 commit comments