Completed
Push — updates/new-protect-from-style... ( ce44d3 )
by
unknown
08:05
created
modules/protect/blocked-login-page.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -326,6 +326,10 @@
 block discarded – undo
326 326
 		return $contents;
327 327
 	}
328 328
 
329
+	/**
330
+	 * @param string $message
331
+	 * @param string $error
332
+	 */
329 333
 	function display_page( $title, $message, $error, $back_button = false, $recovery_form = false ) {
330 334
 
331 335
 		if ( ! headers_sent() ) {
Please login to merge, or discard this patch.