Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 15, 2024
1 parent cfc435e commit 8197f29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/CustomizeAdvanced/actionButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
<?php
}else{
CustomizeAdvanced::createMP3($videos_id);
echo '<!-- there is no mp3 to download -->';
echo '<!-- allowDownloadMP3: there is no mp3 to download -->';
}
}else{
echo '<!-- allowDownloadMP3: mp3 not allowed to download -->';
}
?>

0 comments on commit 8197f29

Please sign in to comment.