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 59f3111 commit 9ff7c22Copy full SHA for 9ff7c22
actions/newnotice.php
@@ -140,7 +140,7 @@ function saveNewNotice()
140
$this->clientError(_('No content!'));
141
return;
142
}
143
-
+ /* Nobody ever uses these dumb things and it just confuses people. -Red
144
$inter = new CommandInterpreter();
145
146
$cmd = $inter->handle_command($user, $content);
@@ -152,7 +152,7 @@ function saveNewNotice()
152
$cmd->execute(new WebChannel($this));
153
154
155
- }
+ }*/
156
157
$content_shortened = $user->shortenLinks($content);
158
if (Notice::contentTooLong($content_shortened)) {
0 commit comments