// Load tinyMCE
if(function_exists('wp_editor')) { //wordpress >= 3.3
if($enabled)
$tinymce = array('theme_advanced_buttons1' => 'bold,italic,underline,separator,bullist,numlist,justifyleft,justifycenter,justifyright,justifyfull,undo,redo,link,unlink,separator,removeformat,separator,fullscreen,wp_adv' );
else $tinymce = false;
wp_editor( esc_attr( stripslashes( $submitted[$args['name']] ) ), $args['name'],
array(
'tinymce' => $tinymce,
'quicktags' => $enabled
));
}
else { //wordpress <= 3.2
echo '';
if($enabled) { //if not $enabled, the textarea will do its job
require_once( ABSPATH . 'wp-admin/includes/post.php' );
wp_tiny_mce( true,
array(
'mode' => 'textareas',
'editor_selector' => 'post_content',
'theme_advanced_buttons1' => "bold,italic,underline,|,justifyleft,justifycenter,justifyright, justifyfull,|,bullist,numlist,|,undo,redo,|,link,unlink,|,removeformat",
'theme' => 'advanced',
'plugins' => 'spellchecker',
'content_css' => $indypress_url . 'css/publication_visual_editor.css',
'width' => '100%', 'height' => '400',
'language' => 'it',
'paste_auto_remove_styles' => 'true',
'paste_auto_remove_spans' => 'true',
'paste_auto_cleanup_on_paste' => 'true',
'skin' => 'default'
) );
}
}
am 9. November 2009 um 10:00 Uhr von
Carsten unter Tweet of the week abgelegt.
What I didn’t comment on so far are tweets that are a kind of wrapped TMIs: So you read a tweet and by reading it you unwrap that message which turns out to be a bit queasy.
But what a well working family this must be, don’t you think? Mommy’s got a tendency not wear panties in bed (and who knows why), Daddy enjoys that (and who knows why) and tells anyone who’s interested and Junior puts it on Twitter.

