Changes between Initial Version and Version 1 of Ticket #30552
- Timestamp:
- 11/30/2014 11:13:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30552 – Description
initial v1 1 1 Per the [https://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/#formatting-guidelines Formatting Guidelines] in the inline docs standards for PHP in the Core Contributor Handbook most parts of DocBlocks (excluding the Summary) support some limited markdown formatting and inline `@see` tags for cross-referencing other functions, hooks, classes, and methods. 2 2 3 See #30473 for fixes related to removing invalid formatting in DocBlocks. 4 3 5 This will serve as a tracking ticket for commits related to formatting that DocBlock information. This formatting effort is specifically important now that we're leveraging the Code Reference for displaying the parsed core documentation.