Plugin Directory

Changeset 1688521


Ignore:
Timestamp:
06/30/2017 08:55:08 PM (9 years ago)
Author:
thrivehive
Message:

fixing issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thrivehive/trunk/controllers/posts.php

    r1688502 r1688521  
    9595
    9696    $id = $post->ID;
     97    $currentPostStatus = get_post_status($id);
    9798    $categories = strtolower(str_replace('\\', '', $_REQUEST['categories']));
    9899    $categories = json_decode($categories);
Note: See TracChangeset for help on using the changeset viewer.