cforms2
cforms2 copied to clipboard
This is where the WordPress cformsII plugin is primarily developed. This repository is synchronized with plugins.svn.wordpress.org/cforms2 with every release.
Hi bgermann, I got a php notice in mode: "Notice: Undefined offset: 1 in [mypath]/plugins/cforms2/lib_render.php on line 752" Just put on emore conditional to it, removes it `if (isset($radioPreset[1]) &&...
- Adjusted plugin initialization timing to prevent early textdomain loading. only modified files in which registration() contains calls to translation functions __( or _e(
- Fix 2-hour offset bug where forms disabled too early (UTC vs local time) - Properly use WordPress timezone settings in FormSettings::convertFormatToTime() - Add timezone conversion for display logic in...