Making WordPress.org

Ticket #6654: 6654.4.diff

File 6654.4.diff, 887 bytes (added by viralsampat, 2 years ago)

I have checked from my end and found a few other files. So, I have added my patch.

  • functions.php

     
    8484 * Checks if locale provides a custom stylesheet.
    8585 *
    8686 * @return boolean True if file exists, false if not.
     87 * @global $rosetta.
    8788 */
    8889function is_locale_css() {
    8990        global $rosetta;
     
    9495 * Returns URL to locale's custom stylesheet.
    9596 *
    9697 * @return string URL to custom stylesheet.
     98 * @global $rosetta.
    9799 */
    98100function get_locale_css_url() {
    99101        global $rosetta;
  • sidebar-page.php

     
    11<?php
     2/**
     3 * @global $rosetta.
     4 */
    25global $rosetta;
    36$latest_release = $rosetta->rosetta->get_latest_release();
    47if ( false !== $latest_release ) :