Index: functions.php
===================================================================
--- functions.php	(revision 12293)
+++ functions.php	(working copy)
@@ -84,6 +84,7 @@
  * 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 +95,7 @@
  * Returns URL to locale's custom stylesheet.
  *
  * @return string URL to custom stylesheet.
+ * @global $rosetta.
  */
 function get_locale_css_url() {
 	global $rosetta;
Index: sidebar-page.php
===================================================================
--- sidebar-page.php	(revision 12293)
+++ 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 ) :
