Skip to content

Commit a976a74

Browse files
committed
Add warning about feedly on news creation
1 parent f9e4811 commit a976a74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/templates/News/Create.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ require("./header.inc.phtml");
8181
htmlspecialchars($this->getContext()->content, ENT_HTML5, "UTF-8");
8282
?></textarea>
8383
</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>
8487
<section>
8588
<input type="submit" name="publish" value="Publish" tabindex="5"/>
8689
<input type="submit" name="save" value="Save as Draft" tabindex="6"/>

0 commit comments

Comments
 (0)