lelms-copyright/lib/plugin-update-checker/vendor/Parsedown.php

5 lines
94 B
PHP
Raw Normal View History

2025-03-10 12:26:57 +08:00
<?php
if ( !class_exists('Parsedown', false) ) {
require __DIR__ . '/ParsedownModern.php';
}