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