mirror of
https://gh.wpcy.net/https://github.com/kissplugins/KISS-WP-admin-menu-useful-links.git
synced 2026-04-23 08:10:50 +08:00
4 lines
94 B
PHP
4 lines
94 B
PHP
<?php
|
|
if ( !class_exists('Parsedown', false) ) {
|
|
require __DIR__ . '/ParsedownModern.php';
|
|
}
|