Daniel Bachhuber
Daniel Bachhuber
In https://github.com/wp-cli/doctor-command/pull/125, @davegaeddert proposes to use `exit(1)` for any failed `doctor` checks. Similarly, @halfgaar asks to add a non-zero exit code in `wp core check-update` when updates are available (https://github.com/wp-cli/core-command/issues/46)....
In https://github.com/wp-cli/php-cli-tools/pull/155, we marked a test skipped 217cb51 because it was unexpectedly failing. We should track down why it was failing, and restore the test. **Done is:** * `$this->markTestSkipped()` is...
The primary usage of `wp search-replace` is to update URLs in the database. However, URLs can be stored in various forms in the database (e.g. serialized into JSON), which means...
It's a better approach than filtering user_has_cap. See discussion in http://core.trac.wordpress.org/ticket/22415
[Originally from the forums](http://wordpress.org/support/topic/plugin-co-authors-plus-create-author-instantly), it would be neat if you could create a user or guest author on the fly while assigning to a post. For example, if you were...
It doesn't need to be public, I don't think, and causes problems when it does: https://github.com/facebook/wordpress/issues/390
If a guest author profile has a thumbnail, but is missing an email address, we should show a warning / require that an email address be entered. Otherwise, the user...
Neat filters like forcing guest authors or tweaking the main author query should be explained in the FAQs, along with the different situations you'd use them in.
A [request from the forums](http://wordpress.org/support/topic/plugin-co-authors-plus-i-dont-want-my-users-can-see-other-members-email), the site admin should be able to filter which values appear to the end user in auto-suggest search. The code around the auto-suggest JS is...
Once we finish #103, we should write a code snippet to show users how to let their authors change co-authors Requests: - http://wordpress.org/support/topic/co-author-without-requiring-to-have-editor-level _ http://danielbachhuber.com/2012/01/26/allowing-authors-to-set-co-authors/#comment-9203