• sirrieh70

    (@sirrieh70)


    There is an error in the dashboard:

    Warning: Invalid argument supplied for foreach() in /wp-content/plugins/custom-taxonomy-sort/custom-taxonomy-sort.php on line 305

    line 305 foreach ( $terms as $term ) {

    fixed using

    foreach ((array)$terms as $term ) {

    please fix in your next release

    thank you

    http://ww.wp.xz.cn/extend/plugins/custom-taxonomy-sort/

The topic ‘Error in Dashboard’ is closed to new replies.