Twenty Seventeen: Document the the_content filter.

Adds documentation references to the filter's docblock in `wp-includes/post-template.php`.

Follow-up to [38833].

Props pmbaldha, mukesh27, sabernhardt.
Fixes #63637.

Built from https://develop.svn.wordpress.org/trunk@60430


git-svn-id: http://core.svn.wordpress.org/trunk@59766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2025-07-07 22:42:33 +00:00
parent 7dea8cc0a2
commit 79a782fadc
3 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,7 @@
</header><!-- .entry-header -->
<?php
/** This filter is documented in wp-includes/post-template.php */
$content = apply_filters( 'the_content', get_the_content() );
$audio = false;

View File

@ -42,6 +42,7 @@
</header><!-- .entry-header -->
<?php
/** This filter is documented in wp-includes/post-template.php */
$content = apply_filters( 'the_content', get_the_content() );
$video = false;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60429';
$wp_version = '6.9-alpha-60430';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.