'', 'class' =>'', 'id' =>'', 'amount' =>'' ), $args ); extract( $defaults ); self::$args = $defaults; $source = simplexml_load_file( 'http://www.lipsum.com/feed/xml?what=' . esc_attr($style). '&amount=' . esc_attr($amount) . '&start=0' ); $html = '
'.wpautop(str_replace("\n","\n\n",$source->lipsum)).'
' ; return $html; } } new Magee_Dummy_Text(); endif;