Ticket #5639: 5639.r8607.diff
| File 5639.r8607.diff, 672 bytes (added by jacobsantos, 4 years ago) |
|---|
-
functions.php
828 828 } 829 829 830 830 /** 831 * {@internal Missing Short Description}}831 * Check content for video and audio links to add as enclosures. 832 832 * 833 * {@internal Missing Long Description}} 833 * Will not add enclosures that have already been added. This is called as 834 * pingbacks and trackbacks. 834 835 * 835 836 * @package WordPress 836 837 * @since 1.5.0 837 838 * 838 839 * @uses $wpdb 839 840 * 840 * @param string $content 841 * @param string $content Post Content 841 842 * @param int $post_ID Post ID 842 843 */ 843 844 function do_enclose( $content, $post_ID ) {
