Update page-smilies.php

pull/554/head
n0099 2022-11-19 09:16:38 +08:00 committed by GitHub
parent b6e105d97e
commit 21224ed5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
$smilies = join("\n", array_map(function ($s) {
return '<a href="javascript:grin(\':' . $s . ':\')"><img class="d-block" src="'
. apply_filters('smilies_src', ASSET_PATH . "/assets/img/smilies/{$s}.png", "{$s}.png", site_url())
. " alt='{$s}'></a>";
. "\" alt='{$s}'></a>";
}, [
'razz',
'evil',