Making WordPress.org

Ticket #6654: 6654.2.patch

File 6654.2.patch, 1.1 KB (added by viralsampat, 21 months ago)

I have checked above mentioned issue and founds few more files. I have applied its patch.

  • public_html/wp-content/themes/rosetta/functions.php

     
    8484 * Checks if locale provides a custom stylesheet.
    8585 *
    8686 * @return boolean True if file exists, false if not.
     87 *
     88 * @global $rosetta.
    8789 */
    8890function is_locale_css() {
    8991        global $rosetta;
     
    9496 * Returns URL to locale's custom stylesheet.
    9597 *
    9698 * @return string URL to custom stylesheet.
     99 * @global $rosetta.
    97100 */
    98101function get_locale_css_url() {
    99102        global $rosetta;
  • public_html/wp-content/themes/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 ) :