Andrzej Piotrowski

Results 3 issues of Andrzej Piotrowski

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()`...