Viktor Nagornyy
Viktor Nagornyy
**Describe the bug** We had 40 posts, all with markdown, that was created by user1. I wanted to re-assign all 40 posts to user2. So I selected 40 posts, and...
**Describe the bug** I found this minor bug while dealing with issue #78. When you use HTML to Markdown converter tool, it will escape single quotes with a backslash. It...
Switch isn't accessible right now. Since it uses span and has no tabindex set, keyboard navigation isn't possible so it's not accessible. It would be good to get some basic...
Since we're moving feature requests to issues, we have frozen the current petitions API so we can change the dashboard widget without issues. My proposed widget tries to get more...
## Description Changeset [43750](https://core.trac.wordpress.org/changeset/43750) passes EXIF Data to the wp_read_image_metadata filter and changeset [43749](https://core.trac.wordpress.org/changeset/43749) fixes a merge conflict by replacing sourceImageType with image_type. ## Motivation and context Fixes #904. See...
## Description This is a slightly different PR. The main thing it does is backports [changeset 42808](https://core.trac.wordpress.org/changeset/42808). This changeset introduced a bug that causes PHP errors, reported in [ticket 46382](https://core.trac.wordpress.org/ticket/46382)....
> WordPress has some bugs associated with custom post statuses. It’s been in trac for over 10 years. > [https://core.trac.wordpress.org/ticket/12706 1](https://core.trac.wordpress.org/ticket/12706) > > With CP’s business focus, it can be...
Created FUNDING.yml according to GitHub's instructions: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository ## Motivation and context List all sponsorship opportunities to help fund ClassicPress. ## How has this been tested? 
> A lot of users, including developers, forget to disable WP_DEBUG after they finish troubleshooting. A simple error notice in admin would be a helpful reminder that debugging is enabled....
> WP uses md5 with key stretching to hash passwords. This is moderately secure, but using bcrypt instead would be significantly more secure. (Argon2 might be even better, but I...