Make WordPress Core

Ticket #63889: 63889.3.patch

File 63889.3.patch, 592 bytes (added by sabernhardt, 9 months ago)
  • src/wp-content/themes/twentysixteen/functions.php

     
    241241 *
    242242 * Priority 0 to make it available to lower priority callbacks.
    243243 *
     244 * @since Twenty Sixteen 1.0
     245 *
    244246 * @global int $content_width
    245  *
    246  * @since Twenty Sixteen 1.0
    247247 */
    248248function twentysixteen_content_width() {
    249249        $GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 );