Invalid style attribute
-
Hi,
I made this custom list on my functions.php :
function custom_list( $lists ) { $new_lists['amli_doc'] = array( 'name' => 'AMLI Documentation', 'format' => '<tr><td><a href="%url%" title="%title%">%title%</a></td><td>%date%</td><td>%ext%</td><td>%filesize%</td></tr>' ); return $new_lists; } add_filter( 'dedo_get_lists', 'custom_list' );
It worked before the last update but now, I have this message before my table : “Invalid style attribute”. And my table is empty.
Do you have an idea of what happens ?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Invalid style attribute’ is closed to new replies.