Skip to content

Commit

Permalink
コメントの誤字修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Apr 29, 2020
1 parent f378115 commit b3d5730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/page-speed-up/minify-css.php
Expand Up @@ -79,9 +79,8 @@ function tag_code_to_minify_css($buffer) {

//CSS URLからCSSコードの取得
$css = css_url_to_css_minify_code( $url );
//縮小化可能ななCSSだと時
//縮小化可能なCSSだったとき
if ($css !== false) {
//_v($css);//変換したCSSコード

//CSSを縮小化したCSSファイルURL linkタグを削除する
$buffer = str_replace($tag, '', $buffer);
Expand Down

0 comments on commit b3d5730

Please sign in to comment.