Changeset 49935 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/05/2021 04:46:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r49929 r49935 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 void|false Returns false ifpost is not found.840 * @return void|false Void on success, false if the post is not found. 841 841 */ 842 842 function do_enclose( $content, $post ) {
Note: See TracChangeset
for help on using the changeset viewer.