Thanks for the reply, nerrad! Unfortunately, that didn’t fix the issue. Plus, when I went into my orgSeries-taxonomy.php
, line 643 had this:
$series_icon = isset($_POST['series_icon_loc']) ? $_POST['series_icon_loc'] : null;
…with no spaces on either side of $_POST['series_icon_loc']
. I also tried changing it to have spaces on either side, but that didn’t work either. Any other fixes that would be helpful?