mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-71394-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
8b7a5809b3
@ -63,7 +63,7 @@ class blog_edit_form extends moodleform {
|
||||
|
||||
$mform->addElement('select', 'publishstate', get_string('publishto', 'blog'), $publishstates);
|
||||
$mform->addHelpButton('publishstate', 'publishto', 'blog');
|
||||
$mform->setDefault('publishstate', 0);
|
||||
$mform->setDefault('publishstate', 'site');
|
||||
|
||||
if (core_tag_tag::is_enabled('core', 'post')) {
|
||||
$mform->addElement('header', 'tagshdr', get_string('tags', 'tag'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user