EstudioJuridicoAlmagro_Web/www/wpv_common/shortcodes/generator/table.php
2013-03-01 18:06:10 +00:00

14 lines
314 B
PHP

<?php
return array(
"name" => __('Table', 'wpv') ,
"value" => 'table',
"options" => array(
array(
'name' => __('Content', 'wpv') ,
'desc' => __('Please insert a valid HTML table, you can use thead and tfood if you wish', 'wpv') ,
'id' => 'content',
'type' => 'textarea'
) ,
) ,
);