Changeset 1688521
- Timestamp:
- 06/30/2017 08:55:08 PM (9 years ago)
- File:
-
- 1 edited
-
thrivehive/trunk/controllers/posts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thrivehive/trunk/controllers/posts.php
r1688502 r1688521 95 95 96 96 $id = $post->ID; 97 $currentPostStatus = get_post_status($id); 97 98 $categories = strtolower(str_replace('\\', '', $_REQUEST['categories'])); 98 99 $categories = json_decode($categories);
Note: See TracChangeset
for help on using the changeset viewer.