Changeset 16148

Show
Ignore:
Timestamp:
08/02/07 11:20:06 (1 year ago)
Author:
GamerZ
Message:

Added Quick Tag for TinyMCE

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-polls/trunk/polls/polls.php

    r16147 r16148  
    211211 
    212212### Function: Add Quick Tag For Poll In TinyMCE, Coutesy Of An-Archos (http://an-archos.com/anarchy-media-player) 
    213 add_filter("mce_plugins", "poll_mce_plugins", 5); 
     213add_filter('mce_plugins', 'poll_mce_plugins', 5); 
    214214function poll_mce_plugins($plugins) {     
    215215      array_push($plugins, '-polls', 'bold');     
    216216      return $plugins; 
    217217} 
    218 add_filter("mce_buttons", "poll_mce_buttons", 5); 
     218add_filter('mce_buttons', 'poll_mce_buttons', 5); 
    219219function poll_mce_buttons($buttons) { 
    220220      array_push($buttons, 'separator', 'polls'); 
  • wp-polls/trunk/polls/wp-polls.pot

    r16147 r16148  
    33"Project-Id-Version: WP-Polls 2.21\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2007-08-02 19:04+0800\n" 
     5"PO-Revision-Date: 2007-08-02 19:20+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Ravan <ravanhagen@gmail.com>\n"