Completed
Push — master ( 31d0a4...92706c )
by Miled
01:48
created
includes/widgets/wsl.error.pages.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -103,6 +103,11 @@
 block discarded – undo
103 103
 */
104 104
 if( ! function_exists( 'wsl_render_error_page' ) )
105 105
 {
106
+	/**
107
+	 * @param string $message
108
+	 * @param string $notes
109
+	 * @param string $api_error
110
+	 */
106 111
 	function wsl_render_error_page( $message, $notes = null, $provider = null, $api_error = null, $php_exception = null )
107 112
 	{
108 113
 		$assets_base_url = WORDPRESS_SOCIAL_LOGIN_PLUGIN_URL . 'assets/img/';
Please login to merge, or discard this patch.