Advertisement
Guest User

version.php

a guest
Oct 7th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.     defined('MOODLE_INTERNAL') || die();
  3.  
  4.     $plugin->version = 2018120400;
  5.     $plugin->requires = 2018051701;
  6.     $plugin->component = 'local_comments';
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement