1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-19 13:01:26 +02:00
This commit is contained in:
Ryan Cramer
2017-07-28 10:29:32 -04:00
parent 277674db23
commit 8169594e79

View File

@@ -764,7 +764,7 @@ class InputfieldCKEditor extends InputfieldTextarea {
$f->notes = $example . "mystyles:/site/modules/InputfieldCKEditor/mystyles.js";
$f->notes .= "\n" .
sprintf(
$this->_('Please see our [instructions]() on how to use this.'), // styles set notes
$this->_('Please see our [instructions](%s) on how to use this.'), // styles set notes
'https://github.com/processwire/processwire/blob/master/wire/modules/Inputfield/InputfieldCKEditor/README.md#custom-editor-js-styles-set'
) . ' ' . $pathNote;
$f->attr('name', 'stylesSet');