Tango/GNOME smilies. Props jdub. fixes #10145
git-svn-id: http://svn.automattic.com/wordpress/trunk@11685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
@ -2607,50 +2607,63 @@ function smilies_init() {
|
|||
|
||||
if ( !isset( $wpsmiliestrans ) ) {
|
||||
$wpsmiliestrans = array(
|
||||
':mrgreen:' => 'icon_mrgreen.gif',
|
||||
':neutral:' => 'icon_neutral.gif',
|
||||
':twisted:' => 'icon_twisted.gif',
|
||||
':arrow:' => 'icon_arrow.gif',
|
||||
':shock:' => 'icon_eek.gif',
|
||||
':smile:' => 'icon_smile.gif',
|
||||
':???:' => 'icon_confused.gif',
|
||||
':cool:' => 'icon_cool.gif',
|
||||
':evil:' => 'icon_evil.gif',
|
||||
':grin:' => 'icon_biggrin.gif',
|
||||
':idea:' => 'icon_idea.gif',
|
||||
':oops:' => 'icon_redface.gif',
|
||||
':razz:' => 'icon_razz.gif',
|
||||
':roll:' => 'icon_rolleyes.gif',
|
||||
':wink:' => 'icon_wink.gif',
|
||||
':cry:' => 'icon_cry.gif',
|
||||
':eek:' => 'icon_surprised.gif',
|
||||
':lol:' => 'icon_lol.gif',
|
||||
':mad:' => 'icon_mad.gif',
|
||||
':sad:' => 'icon_sad.gif',
|
||||
'8-)' => 'icon_cool.gif',
|
||||
'8-O' => 'icon_eek.gif',
|
||||
':-(' => 'icon_sad.gif',
|
||||
':-)' => 'icon_smile.gif',
|
||||
':-?' => 'icon_confused.gif',
|
||||
':-D' => 'icon_biggrin.gif',
|
||||
':-P' => 'icon_razz.gif',
|
||||
':-o' => 'icon_surprised.gif',
|
||||
':-x' => 'icon_mad.gif',
|
||||
':-|' => 'icon_neutral.gif',
|
||||
';-)' => 'icon_wink.gif',
|
||||
'8)' => 'icon_cool.gif',
|
||||
'8O' => 'icon_eek.gif',
|
||||
':(' => 'icon_sad.gif',
|
||||
':)' => 'icon_smile.gif',
|
||||
':?' => 'icon_confused.gif',
|
||||
':D' => 'icon_biggrin.gif',
|
||||
':P' => 'icon_razz.gif',
|
||||
':o' => 'icon_surprised.gif',
|
||||
':x' => 'icon_mad.gif',
|
||||
':|' => 'icon_neutral.gif',
|
||||
';)' => 'icon_wink.gif',
|
||||
':!:' => 'icon_exclaim.gif',
|
||||
':?:' => 'icon_question.gif',
|
||||
':mrgreen:' => 'mrgreen.png',
|
||||
':neutral:' => 'face-plain.png',
|
||||
':twisted:' => 'face-devilish.png',
|
||||
':monkey:' => 'face-monkey.png',
|
||||
':angel:' => 'face-angel.png',
|
||||
':arrow:' => 'stock_right.png',
|
||||
':devil:' => 'face-devilish.png',
|
||||
':shock:' => 'face-surprise.png',
|
||||
':smile:' => 'face-smile.png',
|
||||
':smirk:' => 'face-smirk.png',
|
||||
':???:' => 'face-worried.png',
|
||||
':cool:' => 'face-cool.png',
|
||||
':evil:' => 'face-devilish.png',
|
||||
':grin:' => 'face-smile-big.png',
|
||||
':idea:' => 'dialog-information.png',
|
||||
':kiss:' => 'face-kiss.png',
|
||||
':oops:' => 'face-embarrassed.png',
|
||||
':razz:' => 'face-raspberry.png',
|
||||
':roll:' => 'face-raspberry.png',
|
||||
':wink:' => 'face-wink.png',
|
||||
':cry:' => 'face-crying.png',
|
||||
':eek:' => 'face-surprise.png',
|
||||
':lol:' => 'face-laugh.png',
|
||||
':mad:' => 'face-angry.png',
|
||||
':sad:' => 'face-sad.png',
|
||||
'O:-)' => 'face-angel.png',
|
||||
'O:)' => 'face-angel.png',
|
||||
'8-)' => 'face-cool.png',
|
||||
'8-O' => 'face-surprise.png',
|
||||
':-(' => 'face-sad.png',
|
||||
':-)' => 'face-smile.png',
|
||||
':-?' => 'face-worried.png',
|
||||
':-D' => 'face-smile-big.png',
|
||||
':-P' => 'face-raspberry.png',
|
||||
':-o' => 'face-surprise.png',
|
||||
':-x' => 'face-angry.png',
|
||||
':-|' => 'face-plain.png',
|
||||
';-)' => 'face-wink.png',
|
||||
';-,' => 'face-smirk.png',
|
||||
':-/' => 'face-uncertain.png',
|
||||
':-\\' => 'face-uncertain.png',
|
||||
'8)' => 'face-cool.png',
|
||||
'8O' => 'face-surprise.png',
|
||||
':(' => 'face-sad.png',
|
||||
':)' => 'face-smile.png',
|
||||
':?' => 'face-worried.png',
|
||||
':D' => 'face-smile-big.png',
|
||||
':P' => 'face-raspberry.png',
|
||||
':o' => 'face-surprise.png',
|
||||
':x' => 'face-angry.png',
|
||||
':|' => 'face-plain.png',
|
||||
';)' => 'face-wink.png',
|
||||
';,' => 'face-smirk.png',
|
||||
':/' => 'face-uncertain.png',
|
||||
':\\' => 'face-uncertain.png',
|
||||
':!:' => 'dialog-warning.png',
|
||||
':?:' => 'help-browser.png',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
After Width: | Height: | Size: 863 B |
After Width: | Height: | Size: 603 B |
After Width: | Height: | Size: 851 B |
After Width: | Height: | Size: 864 B |
After Width: | Height: | Size: 860 B |
After Width: | Height: | Size: 948 B |
After Width: | Height: | Size: 875 B |
After Width: | Height: | Size: 876 B |
After Width: | Height: | Size: 893 B |
After Width: | Height: | Size: 849 B |
After Width: | Height: | Size: 840 B |
After Width: | Height: | Size: 854 B |
After Width: | Height: | Size: 865 B |
After Width: | Height: | Size: 880 B |
After Width: | Height: | Size: 850 B |
After Width: | Height: | Size: 873 B |
After Width: | Height: | Size: 858 B |
After Width: | Height: | Size: 884 B |
After Width: | Height: | Size: 866 B |
After Width: | Height: | Size: 876 B |
After Width: | Height: | Size: 859 B |
After Width: | Height: | Size: 932 B |
After Width: | Height: | Size: 940 B |
After Width: | Height: | Size: 676 B |