updatepulse-server-integration/dummy-theme/lib/plugin-update-checker/vendor/Parsedown.php
Alexandre Froger 0e55a8f161 initial commit
2025-02-08 01:03:34 +08:00

4 lines
94 B
PHP

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