Plugin Directory

Changeset 684169


Ignore:
Timestamp:
03/19/2013 11:20:28 AM (13 years ago)
Author:
ssovit
Message:
  • Updated Some CSS Bugs
Location:
world-flag
Files:
20 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • world-flag/trunk/assets/flags.css

    r683982 r684169  
    1 .flag { width: 16px; height: 11px; background:url(flags.png) no-repeat }
     1img.flag { width: 16px; height: 11px; background:url(flags.png) no-repeat }
    22.flag.flag-ad { background-position: -16px 0 }
    33.flag.flag-ae { background-position: -32px 0 }
  • world-flag/trunk/assets/tinymce/dialog.php

    r683982 r684169  
    11<?php
    2 global $wpdb;
     2$root = __FILE__;
    33require_once('../../countries.php');
    44asort($ar_countries);
    5 $root = __FILE__;
    65for ($i = 0; $i < 6; $i++) $root = dirname($root);
    76if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR); }
     
    109if(!current_user_can('edit_posts')) die;
    1110do_action('admin_init');
     11global $wpdb;
    1212?>
    1313<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  • world-flag/trunk/readme.txt

    r683984 r684169  
    44Requires at least: 2.9.2
    55Tested up to: 3.5
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88
     
    3434Let know anything you have got to say to me.. I will be more than just happy :)
    3535
     36
     37
     38
    3639== Screenshots ==
    3740
  • world-flag/trunk/world-flag.php

    r683982 r684169  
    22/*
    33Plugin Name: World Flag
    4 Version: 1.0
     4Version: 1.1
    55Author URI: http://ssovit.com/
    6 Plugin URI: http://ssovit.com/country-flag
     6Plugin URI: http://ssovit.com/world-flag-a-wordpress-plugin/
    77Description:  Add any World's Country flag to post or page
    88
Note: See TracChangeset for help on using the changeset viewer.