Docs: Further remove HTML markup from various function summaries.
Per the [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#summary-formerly-short-description WordPress PHP documentation standards], no HTML markup or Markdown of any kind should be used in the summary. This ensures that the summary is displayed correctly in the [https://developer.wordpress.org/reference/ WordPress Code Reference]. This commit also improves formatting of HTML special characters in descriptions in `wp-includes/formatting.php`. Follow-up to [53048]. Props johnbillion, mukesh27. Fixes #55506. Built from https://develop.svn.wordpress.org/trunk@53053 git-svn-id: http://core.svn.wordpress.org/trunk@52642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -328,7 +328,7 @@ function wp_oembed_register_route() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds oEmbed discovery links in the website <head>.
|
||||
* Adds oEmbed discovery links in the head element of the website.
|
||||
*
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user