-
Bug
-
Resolution: Fixed
-
Minor
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_33_STABLE
-
MDL-58538-master -
pix_url() is still being used in the following:
- https://github.com/moodle/moodle/blob/master/repository/onedrive/lib.php#L325
- https://github.com/moodle/moodle/blob/master/auth/classes/output/login.php#L129
PHP Documentation also in pix_url() with a deprecated tag is missing in https://github.com/moodle/moodle/blob/master/lib/outputrenderers.php#L256 and the deprecated PHP Doc tag for pix_url() in https://github.com/moodle/moodle/blob/master/lib/outputlib.php#L1653.