Changes
- Changed: Some .inc files deprecated and replaced by .php files: bwtrace.php, oik_boot.php, bwtrace_boot.php
- Changed: Prototype support for the shortcake (shortcode-UI plugin) ‘inner_content’ field: hardcoded for bw_geshi, bw_csv, caption and wp_caption
- Changed: No longer wraps shortcodes in square brackets in the shortcode list editor dialog
- Changed: Some bw_trace2() calls commented out. Others added.
- Changed: docblock improvements
- Added: includes/bwtrace-config.php… failover for when oik-bwtrace is inactive or not present
- Changed: Rebuilt language files, at long last
- Changed: Corrected nonce field for [bw_contact_form]
- Changed: added
$args
parameter to itext() to allow the field type to be set using'#type'
- Changed: added
$extras
and$args
parameter to textfield() - Changed: added
$args
parameter to bw_textfield() - Changed: added
$args
parameter to bw_form_field_() - Changed: bw_form_field_numeric() now passes
$args
with'#type'
set to$type
- Changed: bw_load_plugin_textdomain() supports symlinked plugins
- Changed: now implements admin_notices action with priority 9, to load oik_plugin_lazy_activation()