Revision: 48059
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 23, 2011 00:37 by coryschadt
Initial Code
//Add hr button to Wordpress Editor
function enable_more_buttons($buttons) {
$buttons[] = 'hr';
return $buttons;
}
Initial URL
Initial Description
Add this to your functions file
Initial Title
Wordpress - Add HR button to Wordpress editor
Initial Tags
wordpress
Initial Language
PHP