Index: public_html/wp-content/themes/rosetta/functions.php
===================================================================
--- public_html/wp-content/themes/rosetta/functions.php	(revision 12676)
+++ public_html/wp-content/themes/rosetta/functions.php	(working copy)
@@ -84,6 +84,8 @@
  * Checks if locale provides a custom stylesheet.
  *
  * @return boolean True if file exists, false if not.
+ * 
+ * @global $rosetta.
  */
 function is_locale_css() {
 	global $rosetta;
@@ -94,6 +96,7 @@
  * Returns URL to locale's custom stylesheet.
  *
  * @return string URL to custom stylesheet.
+ * @global $rosetta.
  */
 function get_locale_css_url() {
 	global $rosetta;
Index: public_html/wp-content/themes/rosetta/sidebar-page.php
===================================================================
--- public_html/wp-content/themes/rosetta/sidebar-page.php	(revision 12676)
+++ public_html/wp-content/themes/rosetta/sidebar-page.php	(working copy)
@@ -1,4 +1,7 @@
 <?php
+/**
+ * @global $rosetta.
+ */
 global $rosetta;
 $latest_release = $rosetta->rosetta->get_latest_release();
 if ( false !== $latest_release ) :
