Description
When sorting a Query Block alphabetically, posts starting with numbers will be sorted based on the first character only [1, 10, 11 (...), 2], without considering its numerical order. I'd expect it to sort posts considering the numerical order as well.
Step-by-step reproduction instructions
- Publish a post with the title starting with "1"
- Publish a post with the title starting with "2"
-
- Publish a post with the title starting with "10"
- Add a Query Loop to a page, sort by A-Z or Z-A
- The order will be 1-10-2, instead of 1-2-10.
Screenshots, screen recording, code snippet

Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Description
When sorting a Query Block alphabetically, posts starting with numbers will be sorted based on the first character only [1, 10, 11 (...), 2], without considering its numerical order. I'd expect it to sort posts considering the numerical order as well.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes