Ticket #63889: 63889.3.patch
| File 63889.3.patch, 592 bytes (added by , 9 months ago) |
|---|
-
src/wp-content/themes/twentysixteen/functions.php
241 241 * 242 242 * Priority 0 to make it available to lower priority callbacks. 243 243 * 244 * @since Twenty Sixteen 1.0 245 * 244 246 * @global int $content_width 245 *246 * @since Twenty Sixteen 1.0247 247 */ 248 248 function twentysixteen_content_width() { 249 249 $GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 );