| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | <?php |
| 2 | -if (!defined('ABSPATH')) exit; // Exit if accessed directly | |
| 2 | + | |
| 3 | 3 | # |
| 4 | 4 | # |
| 5 | 5 | # Parsedown |
| 6 | 6 | # http://parsedown.org |
| @@ -11,10 +11,10 @@ | ||
| 11 | 11 | # For the full license information, view the LICENSE file that was distributed |
| 12 | 12 | # with this source code. |
| 13 | 13 | # |
| 14 | 14 | # |
| 15 | -if(!class_exists('Qcld_Parsedown')){ | |
| 16 | - class Qcld_Parsedown | |
| 15 | +if(!class_exists('Parsedown')){ | |
| 16 | + class Parsedown | |
| 17 | 17 | { |
| 18 | 18 | # ~ |
| 19 | 19 | |
| 20 | 20 | const version = '1.8.0-beta-7'; |