Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Apr 22, 2021
1 parent 293b81e commit fc371f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _g3/inc/class-design-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static function load_skin_editor_css() {
$skin_info = self::get_current_skin();
if ( ! empty( $skin_info['editor_css_path_relative'] ) ) {
add_editor_style( $skin_info['editor_css_path_relative'] );
} else if ( ! empty( $skin_info['editor_css_url'] ) ) {
} elseif ( ! empty( $skin_info['editor_css_url'] ) ) {
add_editor_style( $skin_info['editor_css_url'] );
}
}
Expand Down

0 comments on commit fc371f2

Please sign in to comment.