Skip to content
Snippets Groups Projects

Bugfix/wordpress review

Merged Marcin Kolanko requested to merge bugfix/wordpress-review into master
All threads resolved!
2 files
+ 0
17
Compare changes
  • Side-by-side
  • Inline

Files

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
} // Exit if accessed directly
?>
<script type="text/javascript">
<?php include dirname(__FILE__, 5) . '/assets/js/gutenberg.js'; ?>
</script>
Loading