Files
Projects-Portfolio/includes/plugin-update-checker/vendor/Parsedown.php
T
Keith Solomon 365a3898b9
Release / Build & publish plugin zip (push) Successful in 7s
Track PUC's bundled vendor/ in git (formerly ignored)
2026-08-11 16:10:19 -05:00

5 lines
94 B
PHP

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