Ignore:
Timestamp:
03/23/2009 11:11:51 PM (3 years ago)
Author:
ofer
Message:

Naturally, a typo slipped in, also fixed the missing logo image in the language list mode (widget)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/transposh_widget.php

    r81 r92  
    8383{ 
    8484        logger("Enter " . __METHOD__, 4); 
    85         global $languages, $wp_query, $wp_rewrite; 
     85        global $languages, $wp_query, $wp_rewrite, $plugin_url; 
    8686        extract($args); 
    8787 
     
    109109            echo "<div style=\"text-align: left;\" class=\"" . NO_TRANSLATE_CLASS . "\" >"; 
    110110 
    111             global $plugin_url; 
    112111            $using_permalinks = $wp_rewrite->using_permalinks(); 
    113112 
Note: See TracChangeset for help on using the changeset viewer.