Last active
December 15, 2015 06:49
-
-
Save hjpotter92/5218583 to your computer and use it in GitHub Desktop.
JSON view of auto comment section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
callback( | |
[ | |
{ "name": "Answers just to say Thanks!", "description": "Please don't add \"thanks\" as answers. Invest some time in the site and you will gain sufficient <a href=\"http://$SITEURL$/privileges\">privileges</a> to upvote answers you like, which is the $SITENAME$ way of saying thank you."}, | |
{ "name": "Nothing but a URL (and isn't spam)", "description": "Whilst this may theoretically answer the question, <a href=\"http://meta.stackoverflow.com/q/8259\">it would be preferable</a> to include the essential parts of the answer here, and provide the link for reference."}, | |
{ "name": "Requests to OP for further information", "description": "This is really a comment, not an answer. With a bit more rep, <a href=\"http://$SITEURL$/privileges/comment\">you will be able to post comments</a>. For the moment I've added the comment for you, and I'm flagging this post for deletion."}, | |
{ "name": "OP using an answer for further information", "description": "Please use the <em>Post answer</em> button only for actual answers. You should modify your original question to add additional information."}, | |
{ "name": "OP adding a new question as an answer", "description": "If you have another question, please ask it by clicking the <a href=\"http://$SITEURL$/questions/ask\">Ask Question</a> button."}, | |
{ "name": "Another user adding a 'Me too!'", "description": "If you have a NEW question, please ask it by clicking the <a href=\"http://$SITEURL$/questions/ask\">Ask Question</a> button. If you have sufficient reputation, <a href=\"http://$SITEURL$/privileges/vote-up\">you may upvote</a> the question. Alternatively, \"star\" it as a favorite and you will be notified of any new answers."}, | |
{ "name": "MySQL and PDO", "description": "<a href=\"http://$SITEURL$/q/12859942/1190388\">Please, don't use `mysql_*` functions</a> in new code. They are no longer maintained and are <a href=\"https://wiki.php.net/rfc/mysql_deprecation\">officially deprecated</a>. Learn about prepared statements instead, and use [tag:PDO] or [tag:MySQLi]."}, | |
{ "name": "Lua and LUA", "description": "Please don't confuse between <a href=\"https://github.com/LuaDist/lua\">Lua</a> and <a href=\"https://github.com/mniip/lua\">LUA</a>. Both languages are different. \"Lua\" is a name, and means \"Moon\" in Portugese. Please <strong>do not write</strong> it as _\"LUA\"_, which is both ugly and confusing, because then it becomes an acronym with <a href=\"http://acronyms.thefreedictionary.com/lua\">different meanings</a> for different people."}, | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment