From d9cb71d769901980e6302445675fb4df942c4c32 Mon Sep 17 00:00:00 2001
From: James Elliott <james.elliott@acquia.com>
Date: Tue, 12 Apr 2011 07:28:39 -0400
Subject: [PATCH 02/15] #1124758 File comment changes

---
 templates/media-dialog-page.tpl.php |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/templates/media-dialog-page.tpl.php b/templates/media-dialog-page.tpl.php
index d426686..54f5a2d 100644
--- a/templates/media-dialog-page.tpl.php
+++ b/templates/media-dialog-page.tpl.php
@@ -2,7 +2,7 @@
 
 /**
  * @file
- * Default theme implementation to display a single Drupal page.
+ * Default theme implementation to display the media browser.
  *
  * Available variables:
  *
@@ -52,17 +52,9 @@
  *   in the page's path (e.g. node/12345 and node/12345/revisions, but not
  *   comment/reply/12345).
  *
- * Regions:
- * - $page['help']: Dynamic help text, mostly for admin pages.
- * - $page['highlight']: Items for the highlighted content region.
- * - $page['content']: The main content of the current page.
- * - $page['sidebar_first']: Items for the first sidebar.
- * - $page['sidebar_second']: Items for the second sidebar.
- * - $page['header']: Items for the header region.
- * - $page['footer']: Items for the footer region.
- *
  * @see template_preprocess()
  * @see template_preprocess_page()
+ * @see template_preprocess_media_dialog_page()
  * @see template_process()
  */
 ?>
-- 
1.7.4.msysgit.0

