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