What are the "list style options" for?
-
What is the purpose of the “list style options” checkbox? is it a way to “activate” the style selector? Does it mean if this is checked the following lines of code in my functions.php are obsolete?
function my_mce_buttons( $buttons ) { array_unshift( $buttons, 'styleselect' ); return $buttons; } add_filter('mce_buttons', 'my_mce_buttons');
Best regards Ralf
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘What are the "list style options" for?’ is closed to new replies.