MDL-40759 icons: Rename activity_icon
image_icon is a better name because there are some valid uses for these other than for activity icons. E.g. Old JS code that is not worth re-writing.
This commit is contained in:
@@ -727,7 +727,7 @@ class pix_icon implements renderable, templatable {
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package core
|
||||
*/
|
||||
class activity_icon extends pix_icon {
|
||||
class image_icon extends pix_icon {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user