Andrzej Piotrowski
Andrzej Piotrowski
Issue: Currently data passed in the `extra` argument being ignored/omitted in the radio and multi-checkbox fields. Example: ```php $field = array( 'title' => __( 'Gender' ), 'name' => 'gender', 'type'...
Corrects rewrite check, might not be `false`, but do not apply when the permalinks are disabled, also fixes undefined index notices WP core checks: - post: https://core.trac.wordpress.org/browser/tags/3.8.1/src/wp-includes/post.php#L1279 - taxonomy: https://core.trac.wordpress.org/browser/tags/3.8.1/src/wp-includes/taxonomy.php#L359
Corrects typo in class-edd-notices.php
Use WP native functions `wp_remote_(get|post)` to make API calls, instead of the custom `dsq_ulopen()` function. Todo: remove or deprecate following functions which are no longer used: - `dsq_urlopen()` - `_dsq_curl_urlopen()`...