remove widget class from webpage blocks and make titles h2 to match the rest of the matrix
This commit is contained in:
@@ -143,7 +143,7 @@ function comanche_block($name) {
|
||||
dbesc($name)
|
||||
);
|
||||
if($r) {
|
||||
$o = '<div class="widget bblock">';
|
||||
$o = '<div class="bblock">';
|
||||
if($r[0]['title'])
|
||||
$o .= '<h3>' . $r[0]['title'] . '</h3>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user