Browse
For agents
About
Assistant – Every Day Productivity Apps
/
1.2.2
Assistant – Every Day Productivity Apps
v1.2.2
Switch version
1.5.5
trunk
0.1.0
0.2.0
0.2.1
0.2.2
0.3.0
0.3.1
0.4
0.4.1
0.4.2
0.5.0
0.5.1
0.6.0
0.7.0
0.7.0.2
0.7.0.3
0.7.0.4
0.7.0.5
0.7.0.6
0.7.0.7
0.7.0.8
0.7.0.9
0.7.1
1.0
All 71 releases
Overview
Code
← All changes
|
backend/src/Controllers/PostsController.php
+0
-1
0.4
→
1.2.2
View file →
@@ -255,9 +255,8 @@
255
255
$id = $request->get_param( 'id' );
256
256
257
257
if ( current_user_can( 'edit_post', $id ) ) {
258
258
$post = get_post( $id );
259
-
260
259
return $this->transform( $post );
261
260
}
262
261
263
262
return [];