Title: [Plugin: Docs to WordPress] Minor bugs in plugin
Last modified: August 20, 2016

---

# [Plugin: Docs to WordPress] Minor bugs in plugin

 *  Resolved [Adam Harley (Kawauso)](https://wordpress.org/support/users/kawauso/)
 * (@kawauso)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-minor-bugs-in-plugin/)
 * Just noticed a minor bug with the ‘cron_schedules’ filter in extend-cron.php:
   not using the passed argument will stop any other plugins adding intervals on
   the same filter. The code could be changed to something like the following instead:
 * `
    function dtwp_more_reccurences( $intervals ) { $intervals['min'] = array( '
   interval' => 60, 'display' => 'Every Minute' ); return $intervals; }
 * Also the `publish_to_WordPress()` doesn’t check whether the `$author` variable
   is set and whether `$author_data` returns a valid user object or false before
   using it. `get_userdatabylogin()` is deprecated in 3.3 in favour of `get_user_by('
   login', $user_login);` as well.
 * Thanks for releasing this though, should come in useful!
 * [http://wordpress.org/extend/plugins/docs-to-wordpress/](http://wordpress.org/extend/plugins/docs-to-wordpress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [William P. Davis](https://wordpress.org/support/users/wpdavis/)
 * (@wpdavis)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-minor-bugs-in-plugin/#post-2281722)
 * Thanks, I’ll take a look at these and merge them into the plugin.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Docs to WordPress] Minor bugs in plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/docs-to-wordpress.svg)
 * [Docs to WordPress](https://wordpress.org/plugins/docs-to-wordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/docs-to-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/docs-to-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/docs-to-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [William P. Davis](https://wordpress.org/support/users/wpdavis/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-minor-bugs-in-plugin/#post-2281722)
 * Status: resolved