This website requires JavaScript.
Explore
Help
Sign In
mirror
/
plugin-update-checker
mirror of
https://github.com/YahnisElsts/plugin-update-checker.git
Watch
1
Star
0
Fork
You've already forked plugin-update-checker
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
plugin-update-checker
/
vendor
/
Parsedown.php
5 lines
94 B
PHP
Raw
Permalink
Blame
History
<
?
php
if
(
!
class_exists
(
'Parsedown'
,
false
)
)
{
require
__DIR__
.
'/ParsedownModern.php'
;
}
Reference in New Issue
View Git Blame
Copy Permalink