Index: wp-admin/includes/template.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-admin/includes/template.php	(revision 7f8b548df1c8b7d454a50b74d3897e1d4987fe08)
+++ wp-admin/includes/template.php	(revision bfcdf02d3a68eb2e24f578434a83340d5f22ea83)
@@ -250,12 +250,12 @@
  * @since 2.5.0
  *
  * @param string $taxonomy Taxonomy to retrieve terms from.
- * @param int $default Unused.
+ * @param int $unused Unused.
  * @param int $number Number of terms to retrieve. Defaults to 10.
  * @param bool $echo Optionally output the list as well. Defaults to true.
  * @return array List of popular term IDs.
  */
-function wp_popular_terms_checklist( $taxonomy, $default = 0, $number = 10, $echo = true ) {
+function wp_popular_terms_checklist( $taxonomy, $unused = 0, $number = 10, $echo = true ) {
 	$post = get_post();
 
 	if ( $post && $post->ID )
@@ -1527,12 +1527,12 @@
  *
  * @since 2.7.0
  * @param string $title Title of the Iframe page.
- * @param bool $limit_styles Limit styles to colour-related styles only (unless others are enqueued).
+ * @param bool $unused Unused.
  *
  */
-function iframe_header( $title = '', $limit_styles = false ) {
+function iframe_header( $title = '', $unused = false ) {
 	show_admin_bar( false );
-	global $hook_suffix, $current_user, $admin_body_class, $wp_locale;
+	global $hook_suffix, $admin_body_class, $wp_locale;
 	$admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
 
 	$current_screen = get_current_screen();
