MDL-26609 Provide a link to a docs page for more help with Moodle versions and their maturity

Thanks Martin Dougiamas for this suggestion.
This commit is contained in:
David Mudrak
2011-03-04 05:59:08 +01:00
parent 3d673fc474
commit dc41abd808
3 changed files with 11 additions and 3 deletions
+1
View File
@@ -414,6 +414,7 @@ if (isset($maturity)) {
cli_separator();
cli_heading(get_string('notice'));
echo get_string('maturitycorewarning', 'admin', $maturitylevel) . PHP_EOL;
echo get_string('morehelp') . ': ' . get_docs_url('admin/versions') . PHP_EOL;
echo get_string('continue') . PHP_LOL;
$prompt = get_string('cliyesnoprompt', 'admin');
$input = cli_input($prompt, '', array(get_string('clianswerno', 'admin'), get_string('cliansweryes', 'admin')));