mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@53053 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1948,7 +1948,7 @@ function wp_get_custom_css( $stylesheet = '' ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filters the Custom CSS Output into the <head>.
|
||||
* Filters the custom CSS output into the head element.
|
||||
*
|
||||
* @since 4.7.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user