mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
tweak editing message some more.
This commit is contained in:
parent
a59adf2436
commit
51fbfe0e4d
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ $settings->footer_message = "All content is under <a href='?page=License' target
|
||||||
|
|
||||||
// A message that will appear just before the submit button on the editing
|
// A message that will appear just before the submit button on the editing
|
||||||
// page. May contain HTML.
|
// page. May contain HTML.
|
||||||
$settings->editing_message = "<a href='?action=help#20-parser-default' target='_blank'>Formatting help</a> (<a href='https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet'>Markdown Cheatsheet</a>)<br />
|
$settings->editing_message = "<a href='?action=help#20-parser-default' target='_blank'>Formatting help</a> (<a href='https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet' target='_blank'>Markdown Cheatsheet</a>)<br />
|
||||||
By submitting your edit or uploading your file, you are agreeing to release your changes under <a href='?action=view&page=License' target='_blank'>this license</a>. Also note that if you don't want your work to be edited by other users of this site, please don't submit it here!";
|
By submitting your edit or uploading your file, you are agreeing to release your changes under <a href='?action=view&page=License' target='_blank'>this license</a>. Also note that if you don't want your work to be edited by other users of this site, please don't submit it here!";
|
||||||
|
|
||||||
// The string that is prepended before an admin's name on the nav bar. Defaults
|
// The string that is prepended before an admin's name on the nav bar. Defaults
|
||||||
|
|
|
@ -67,7 +67,7 @@ $settings->footer_message = "All content is under <a href='?page=License' target
|
||||||
|
|
||||||
// A message that will appear just before the submit button on the editing
|
// A message that will appear just before the submit button on the editing
|
||||||
// page. May contain HTML.
|
// page. May contain HTML.
|
||||||
$settings->editing_message = "<a href='?action=help#20-parser-default' target='_blank'>Formatting help</a> (<a href='https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet'>Markdown Cheatsheet</a>)<br />
|
$settings->editing_message = "<a href='?action=help#20-parser-default' target='_blank'>Formatting help</a> (<a href='https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet' target='_blank'>Markdown Cheatsheet</a>)<br />
|
||||||
By submitting your edit or uploading your file, you are agreeing to release your changes under <a href='?action=view&page=License' target='_blank'>this license</a>. Also note that if you don't want your work to be edited by other users of this site, please don't submit it here!";
|
By submitting your edit or uploading your file, you are agreeing to release your changes under <a href='?action=view&page=License' target='_blank'>this license</a>. Also note that if you don't want your work to be edited by other users of this site, please don't submit it here!";
|
||||||
|
|
||||||
// The string that is prepended before an admin's name on the nav bar. Defaults
|
// The string that is prepended before an admin's name on the nav bar. Defaults
|
||||||
|
|
Loading…
Reference in a new issue