Completed
Push — master ( e22200...77a5d7 )
by Gary
02:18
created
lib/class-wp-rest-react-controller.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -147,13 +147,13 @@
 block discarded – undo
147 147
 	}
148 148
 
149 149
 /**
150
-	 * Check if we can read a post.
151
-	 *
152
-	 * Correctly handles posts with the inherit status.
153
-	 *
154
-	 * @param object $post Post object.
155
-	 * @return boolean Can we read it?
156
-	 */
150
+ * Check if we can read a post.
151
+ *
152
+ * Correctly handles posts with the inherit status.
153
+ *
154
+ * @param object $post Post object.
155
+ * @return boolean Can we read it?
156
+ */
157 157
 	public function check_read_post_permission( $post ) {
158 158
 		if ( ! empty( $post->post_password ) && ! $this->check_update_permission( $post ) ) {
159 159
 			return false;
Please login to merge, or discard this patch.