diff --git src/wp-content/themes/twentysixteen/functions.php src/wp-content/themes/twentysixteen/functions.php
index 49b3f2cb9a..1a36f12f30 100644
|
|
|
add_action( 'after_setup_theme', 'twentysixteen_setup' ); |
| 240 | 240 | * Sets the content width in pixels, based on the theme's design and stylesheet. |
| 241 | 241 | * |
| 242 | 242 | * Priority 0 to make it available to lower priority callbacks. |
| 243 | | * |
| 244 | | * @global int $content_width |
| 245 | | * |
| | 243 | * |
| 246 | 244 | * @since Twenty Sixteen 1.0 |
| | 245 | * |
| | 246 | * @global int $content_width |
| | 247 | * |
| 247 | 248 | */ |
| 248 | 249 | function twentysixteen_content_width() { |
| 249 | 250 | $GLOBALS['content_width'] = apply_filters( 'twentysixteen_content_width', 840 ); |