Changeset 16148
- Timestamp:
- 08/02/07 11:20:06 (1 year ago)
- Files:
-
- wp-polls/trunk/polls/polls.php (modified) (1 diff)
- wp-polls/trunk/polls/tinymce/plugins/polls/images/poll.gif (modified) (previous)
- wp-polls/trunk/polls/wp-polls.mo (modified) (previous)
- wp-polls/trunk/polls/wp-polls.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-polls/trunk/polls/polls.php
r16147 r16148 211 211 212 212 ### 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);213 add_filter('mce_plugins', 'poll_mce_plugins', 5); 214 214 function poll_mce_plugins($plugins) { 215 215 array_push($plugins, '-polls', 'bold'); 216 216 return $plugins; 217 217 } 218 add_filter( "mce_buttons", "poll_mce_buttons", 5);218 add_filter('mce_buttons', 'poll_mce_buttons', 5); 219 219 function poll_mce_buttons($buttons) { 220 220 array_push($buttons, 'separator', 'polls'); wp-polls/trunk/polls/wp-polls.pot
r16147 r16148 3 3 "Project-Id-Version: WP-Polls 2.21\n" 4 4 "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" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Ravan <ravanhagen@gmail.com>\n"
