mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-34864 improve enrol_category phpdocs
This commit is contained in:
parent
455748c882
commit
6c326e2b19
9 changed files with 77 additions and 68 deletions
|
@ -17,8 +17,7 @@
|
|||
/**
|
||||
* Category enrolment plugin version specification.
|
||||
*
|
||||
* @package enrol
|
||||
* @subpackage category
|
||||
* @package enrol_category
|
||||
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
@ -28,4 +27,4 @@ defined('MOODLE_INTERNAL') || die();
|
|||
$plugin->version = 2012061700; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2012061700; // Requires this Moodle version
|
||||
$plugin->component = 'enrol_category'; // Full name of the plugin (used for diagnostics)
|
||||
$plugin->cron = 60;
|
||||
$plugin->cron = 60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue