Commit: 6712d9e13cdc37af96018976ac50b4b1c62b5604 Author: Christoph M. Becker <cmbecke...@gmx.de> Fri, 4 Jan 2019 13:04:49 +0100 Parents: 068d8514af650469cdc566e4bbcd50d52cd5f7e5 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=6712d9e13cdc37af96018976ac50b4b1c62b5604 Log: Fix #77403: Issue tracker: Undefined status "Suspended" Bugs: https://bugs.php.net/77403 Changed paths: M www/search-howto.php Diff: diff --git a/www/search-howto.php b/www/search-howto.php index 10efdfb..463b79e 100644 --- a/www/search-howto.php +++ b/www/search-howto.php @@ -92,6 +92,10 @@ options. closed, duplicates, or not-a-bug. Only developers and the original author can affect this date as public comments do not count. </li> + <li> + <strong>Suspended</strong>: Tickets which are waiting on some action + which is outside the scope of the PHP developers. + </li> <li><strong>All</strong>: All types, even not-a-bug.</li> </ul> </td> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php