Paul Schreiber
Paul Schreiber
@nickbasham-ltnow I found supplying the `--all-tables` flag does what I want.
@nickbasham-ltnow You're describing a totally different problem. Please file a separate bug, and include the command you are running along with the output, including/especially any errors.
@mjangda Can we merge this?
- PHPCS will complain if they're not present cc @westonruter - Do you see any downside to having them present?
Filed https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/498 Please provide additional details there.
@mjangda @westonruter What's the harm in the extra wp_unslash() calls? It's safer/easier to use them everywhere than to create an exception list and manually check it on every code change.
Yes. The problem still occurs in 3.2.
I don't think that's the problem. If you look at the source code, that's what the intended behaviour is: ``` // Hide the delete button if there's only one co-author...
No, that's not correct. If you create a post, and your user account isn't associated with a CoAuthor, that post has no authors. You can save or publish that post.
Some posts don't have a byline — like a live blog, or interactive. We wouldn't want to list all 12 people who contributed as authors, as that would be unwiedly.