Index: wp-content/themes/twentytwelve/functions.php
===================================================================
--- wp-content/themes/twentytwelve/functions.php	(revision 21595)
+++ wp-content/themes/twentytwelve/functions.php	(working copy)
@@ -32,7 +32,7 @@
 	$content_width = 625;
 
 /**
- * Sets up theme defaults and registers support for various WordPress features.
+ * Sets up theme defaults and registers support for various (but not all) WordPress features.
  *
  * @uses load_theme_textdomain() For translation/localization support.
  * @uses add_theme_support() To add support for post thumbnails, automatic feed links, custom headers
@@ -175,7 +175,7 @@
 add_filter( 'wp_page_menu_args', 'twentytwelve_page_menu_args' );
 
 /**
- * Register our single widget area.
+ * Register our main widget area and the homepage widget areas
  *
  * @since Twenty Twelve 1.0
  */
@@ -395,4 +395,4 @@
 		$content_width = 960;
 	}
 }
-add_action( 'template_redirect', 'twentytwelve_content_width' );
\ No newline at end of file
+add_action( 'template_redirect', 'twentytwelve_content_width' );
Index: wp-content/themes/twentytwelve/inc/theme-options.php
===================================================================
--- wp-content/themes/twentytwelve/inc/theme-options.php	(revision 21595)
+++ wp-content/themes/twentytwelve/inc/theme-options.php	(working copy)
@@ -148,7 +148,7 @@
 	}
 
 	/**
-	 * Returns the options array.
+	 * Displays the theme options page 
 	 *
 	 * @uses get_current_theme() for back compat, fallback for < 3.4
 	 * @access public
@@ -176,6 +176,8 @@
 
 	/**
 	 * Sanitize and validate form input. Accepts an array, return a sanitized array.
+     *
+     * If you try to be a sneaky anteater, we're turning your fonts off
 	 *
 	 * @see options_init()
 	 * @access public
@@ -260,4 +262,4 @@
 		$protocol = is_ssl() ? 'https' : 'http';
 		return $protocol . '://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700';
 	}
-}
\ No newline at end of file
+}
Index: wp-content/themes/twentytwelve/inc/custom-header.php
===================================================================
--- wp-content/themes/twentytwelve/inc/custom-header.php	(revision 21595)
+++ wp-content/themes/twentytwelve/inc/custom-header.php	(working copy)
@@ -128,6 +128,8 @@
 /**
  * Custom header image markup displayed on the Appearance > Header admin panel.
  *
+ * This is a custom template tag that outputs HTML
+ *
  * @since Twenty Twelve 1.0
  */
 function twentytwelve_admin_header_image() {
@@ -146,4 +148,4 @@
 			<img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
 		<?php endif; ?>
 	</div>
-<?php }
\ No newline at end of file
+<?php }
