mirror of
https://github.com/WenPai-org/bulk-plugin-installer.git
synced 2025-08-04 20:05:15 +08:00
4 lines
94 B
PHP
4 lines
94 B
PHP
<?php
|
|
if ( !class_exists('Parsedown', false) ) {
|
|
require __DIR__ . '/ParsedownModern.php';
|
|
}
|