mirror of
https://github.com/WenPai-org/wpfonts.git
synced 2025-10-06 00:04:07 +08:00
5 lines
94 B
PHP
5 lines
94 B
PHP
|
<?php
|
||
|
if ( !class_exists('Parsedown', false) ) {
|
||
|
require __DIR__ . '/ParsedownModern.php';
|
||
|
}
|