wp-archiver/lib/plugin-update-checker/vendor/Parsedown.php
2025-04-06 10:16:43 +08:00

4 lines
94 B
PHP

<?php
if ( !class_exists('Parsedown', false) ) {
require __DIR__ . '/ParsedownModern.php';
}