Ticket #5639: 5639.r8607.diff

File 5639.r8607.diff, 672 bytes (added by jacobsantos, 4 years ago)

Complete functions.php file based off of r8607.

  • functions.php

     
    828828} 
    829829 
    830830/** 
    831  * {@internal Missing Short Description}} 
     831 * Check content for video and audio links to add as enclosures. 
    832832 * 
    833  * {@internal Missing Long Description}} 
     833 * Will not add enclosures that have already been added. This is called as 
     834 * pingbacks and trackbacks. 
    834835 * 
    835836 * @package WordPress 
    836837 * @since 1.5.0 
    837838 * 
    838839 * @uses $wpdb 
    839840 * 
    840  * @param string $content  
     841 * @param string $content Post Content 
    841842 * @param int $post_ID Post ID 
    842843 */ 
    843844function do_enclose( $content, $post_ID ) {