wp-domain-mapping/lib/plugin-update-checker/vendor/Parsedown.php

5 lines
94 B
PHP
Raw Normal View History

2025-03-21 11:25:09 +08:00
<?php
if ( !class_exists('Parsedown', false) ) {
require __DIR__ . '/ParsedownModern.php';
}