-
Bug
-
Resolution: Fixed
-
Major
-
2.0.5, 2.1, 2.2
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MDL-30166-master -
Easy
-
I was looking the html of one page and saw this:
<link rel="alternate" type="application/rss+xml" title="Using Moodle: %fullname%" .... />
|
Looking for %fullname% in code base I got that it is still being used by:
- lang/en/moodle.php
- mod/data/edit.php
- mod/data/view.php
- mod/forum/discuss.php
- mod/forum/view.php
- mod/glossary/view.php
And the code @ lib/pagelib.php says it's deprecated (so the "template replacement" does not happen anymore), so all uses in the files above should be changed to don't use %fullname% at all.