You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing it does is skip a step. The functions cp_get_the_task_due_date() and cp_get_the_tak_priority() actually call the functions cp_get_task_due_date_mysql() and cp_get_task_priority().
Please note this is a quick fix, and might not be the ideal solution.
The text was updated successfully, but these errors were encountered:
When viewing a single task, the due date and priority is not shown.
The issue is here:
(Around line 15 in content-single-task.php)
The function cp_get_the_task_due_date() and cp_get_the_tak_priority() seem not to be functioning properly.
To fix it, replace it with the following:
The only thing it does is skip a step. The functions cp_get_the_task_due_date() and cp_get_the_tak_priority() actually call the functions cp_get_task_due_date_mysql() and cp_get_task_priority().
Please note this is a quick fix, and might not be the ideal solution.
The text was updated successfully, but these errors were encountered: