Commit b6848871 authored by Sergey Biryukov's avatar Sergey Biryukov
Browse files

Docs: Correct description for `wp_filter_content_tags()` per the documentation standards.

DocBlocks should start with a brief, one sentence explanation of the purpose of the function spanning a maximum of two lines.

Follow-up to [48648].

See #44427.
Built from https://develop.svn.wordpress.org/trunk@48649


git-svn-id: https://core.svn.wordpress.org/trunk@48411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 6fdf7cb4
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -1705,10 +1705,12 @@ function wp_lazy_loading_enabled( $tag_name, $context ) {
}

/**
 * Modifies specific HTML tags in post content to include new browser and HTML technologies
 * that may not have existed at the time of post creation. These modifications currently include
 * adding `srcset`, `sizes`, and `loading` attributes to `img` HTML tags. Future similar
 * optimizations should be added/expected here.
 * Filters specific tags in post content and modifies their markup.
 *
 * Modifies HTML tags in post content to include new browser and HTML technologies
 * that may not have existed at the time of post creation. These modifications currently
 * include adding `srcset`, `sizes`, and `loading` attributes to `img` HTML tags.
 * Future similar optimizations should be added/expected here.
 *
 * @since 5.5.0
 *
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 *
 * @global string $wp_version
 */
$wp_version = '5.5-beta4-48648';
$wp_version = '5.5-beta4-48649';

/**
 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.