Changeset 49926 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/03/2021 09:55:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r49907 r49926 838 838 * @param string|null $content Post content. If `null`, the `post_content` field from `$post` is used. 839 839 * @param int|WP_Post $post Post ID or post object. 840 * @return null|boolReturns false if post is not found.840 * @return void|false Returns false if post is not found. 841 841 */ 842 842 function do_enclose( $content, $post ) {
Note: See TracChangeset
for help on using the changeset viewer.