Merge pull request #1997 from SilbinaryWolf/doc-location

DOC: Update comment to inform the correct location of the PageIconCSS generation code
This commit is contained in:
Loz Calver 2017-10-18 09:12:12 +01:00 committed by GitHub
commit c5335c4c2c

View File

@ -248,7 +248,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
* Icon to use in the CMS page tree. This should be the full filename, relative to the webroot. * Icon to use in the CMS page tree. This should be the full filename, relative to the webroot.
* Also supports custom CSS rule contents (applied to the correct selector for the tree UI implementation). * Also supports custom CSS rule contents (applied to the correct selector for the tree UI implementation).
* *
* @see CMSMain::generateTreeStylingCSS() * @see LeftAndMainPageIconsExtension::generatePageIconsCss()
* @config * @config
* @var string * @var string
*/ */