We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e4811 commit a976a74Copy full SHA for a976a74
src/templates/News/Create.phtml
@@ -81,6 +81,9 @@ require("./header.inc.phtml");
81
htmlspecialchars($this->getContext()->content, ENT_HTML5, "UTF-8");
82
?></textarea>
83
</section>
84
+ <section>
85
+ <p>* Some RSS feed readers such as Feedly do not watch for updates, be sure this is your final draft before publishing.</p>
86
+ </section>
87
<section>
88
<input type="submit" name="publish" value="Publish" tabindex="5"/>
89
<input type="submit" name="save" value="Save as Draft" tabindex="6"/>
0 commit comments