Make WordPress Core


Ignore:
Timestamp:
04/02/2022 01:53:06 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Further remove HTML markup from various function summaries.

Per the 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 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r52940 r53053  
    19491949
    19501950    /**
    1951      * Filters the Custom CSS Output into the <head>.
     1951     * Filters the custom CSS output into the head element.
    19521952     *
    19531953     * @since 4.7.0
Note: See TracChangeset for help on using the changeset viewer.