This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
We simply fixed minor (or medium) errors:
- Fixed the problem with removing all filters using the
remove_all_filters
function without arguments [88f0298]. - When using
prep_form
method withjQuery Validation
, scripts are added to your list of enqueued assets! The problem is that we forgot to add files extensions. So we added them [771dd51]. - Put back the possiblity to use dashboad authentication
views/layouts
if the active theme does not provide them [7956c23]. Views are:login.php
,recover.php
,register.php
,resend.php
,reset.php
andrestore.php
withinTHEME_VIEWS_PATH/users/_file_
.