From 559ddb9488a2ead0cabaadd9710372b19587c13d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 9 Aug 2016 15:47:48 +0100 Subject: [PATCH] Issue #2769529 by thpoul, Wim Leers: EditorFileReference class doc needs a small update --- core/modules/editor/src/Plugin/Filter/EditorFileReference.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/editor/src/Plugin/Filter/EditorFileReference.php b/core/modules/editor/src/Plugin/Filter/EditorFileReference.php index 24b46d25cf2f..5eb76c6303d1 100644 --- a/core/modules/editor/src/Plugin/Filter/EditorFileReference.php +++ b/core/modules/editor/src/Plugin/Filter/EditorFileReference.php @@ -12,7 +12,7 @@ /** * Provides a filter to track images uploaded via a Text Editor. * - * Passes the text unchanged, but associates the cache tags of referenced files. + * Generates file URLs and associates the cache tags of referenced files. * * @Filter( * id = "editor_file_reference", -- GitLab