Completed
Push — master ( 31d97e...6abc30 )
by Juliette
21s
created
include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@
 block discarded – undo
340 340
 	 * @param string $haystack
341 341
 	 * @param string $needle
342 342
 	 *
343
-	 * @return int|false
343
+	 * @return integer|null
344 344
 	 */
345 345
 	function stripos( $haystack, $needle ) {
346 346
 		$haystack = strtolower( $haystack );
Please login to merge, or discard this patch.
views/header.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,11 +87,13 @@
 block discarded – undo
87 87
 ?>
88 88
 <body>
89 89
 <?php
90
-else :
90
+else {
91
+	:
91 92
 ?>
92 93
 <body class="static-archive">
93 94
 <?php
94 95
 endif;
96
+}
95 97
 ?>
96 98
 
97 99
 <div class="head">
Please login to merge, or discard this patch.