fixing svg icon use function to always include icon class; also updated README and removed TODO
This commit is contained in:
parent
59f70d24d0
commit
3ef1ecfe4e
10 changed files with 20 additions and 30 deletions
|
@ -27,7 +27,7 @@ function single_social_icon_function( $atts = array() ) {
|
|||
// set up default parameter
|
||||
extract(shortcode_atts(array(
|
||||
'name' => '0',
|
||||
'class' => 'icon baseline'
|
||||
'class' => 'baseline'
|
||||
), $atts));
|
||||
|
||||
if ($name == '0') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue