updated theme Twenty Nineteen version 1.6

This commit is contained in:
2020-06-20 17:12:20 +00:00
committed by Gitium
parent 12dae937d6
commit 835c22fdf0
62 changed files with 11510 additions and 12962 deletions

View File

@ -25,9 +25,9 @@ class TwentyNineteen_SVG_Icons {
* Gets the SVG code for a given icon.
*/
public static function get_svg( $group, $icon, $size ) {
if ( 'ui' == $group ) {
if ( 'ui' === $group ) {
$arr = self::$ui_icons;
} elseif ( 'social' == $group ) {
} elseif ( 'social' === $group ) {
$arr = self::$social_icons;
} else {
$arr = array();