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:
Damyon Wiese
2017-03-17 15:52:18 +08:00
parent 8857c715d1
commit 3e6adcd69c
22 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -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 {
}
/**