Ticket #6654: 6654.4.diff
File 6654.4.diff, 887 bytes (added by , 2 years ago) |
---|
-
functions.php
84 84 * Checks if locale provides a custom stylesheet. 85 85 * 86 86 * @return boolean True if file exists, false if not. 87 * @global $rosetta. 87 88 */ 88 89 function is_locale_css() { 89 90 global $rosetta; … … 94 95 * Returns URL to locale's custom stylesheet. 95 96 * 96 97 * @return string URL to custom stylesheet. 98 * @global $rosetta. 97 99 */ 98 100 function get_locale_css_url() { 99 101 global $rosetta; -
sidebar-page.php
1 1 <?php 2 /** 3 * @global $rosetta. 4 */ 2 5 global $rosetta; 3 6 $latest_release = $rosetta->rosetta->get_latest_release(); 4 7 if ( false !== $latest_release ) :