Ticket #41841: 41841.3.patch
| File 41841.3.patch, 1.9 KB (added by , 9 years ago) |
|---|
-
src/wp-content/themes/twentyfifteen/single.php
18 18 19 19 /* 20 20 * Include the post format-specific template for the content. If you want to 21 * use this in a child theme, then include a file called c alled content-___.php21 * use this in a child theme, then include a file called content-___.php 22 22 * (where ___ is the post format) and that will be used instead. 23 23 */ 24 24 get_template_part( 'content', get_post_format() ); -
src/wp-includes/class-simplepie.php
802 802 } 803 803 804 804 /** 805 * Set the thedefault timeout for fetching remote feeds805 * Set the default timeout for fetching remote feeds 806 806 * 807 807 * This allows you to change the maximum time the feed's server to respond 808 808 * and send the feed back. … … 3091 3091 } 3092 3092 } 3093 3093 } 3094 endif; 3095 No newline at end of file 3094 endif; -
src/wp-includes/js/customize-selective-refresh.js
470 470 partial.createEditShortcutForPlacement( placement ); 471 471 placement.container.removeClass( 'customize-partial-refreshing' ); 472 472 473 // Prevent placement container from being beingre-triggered as being rendered among nested partials.473 // Prevent placement container from being re-triggered as being rendered among nested partials. 474 474 placement.container.data( 'customize-partial-content-rendered', true ); 475 475 476 476 /*