wpfonts/lib/plugin-update-checker/vendor/Parsedown.php

5 lines
94 B
PHP
Raw Normal View History

2025-04-11 10:40:13 +08:00
<?php
if ( !class_exists('Parsedown', false) ) {
require __DIR__ . '/ParsedownModern.php';
}