@@ -326,6 +326,10 @@ |
||
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() ) { |