mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
c10a0ae2773d8cdd9aeb69ca88284de72e8b41f8
The integration tests for using date_query in WP_Query require the creation of dummy post data, much of which is common between a number of tests. However, newer tests do not require as much data, so to reduce overhead we create the data explicitly only when we need it, instead of in the setUp() method. See #29781. git-svn-id: https://develop.svn.wordpress.org/trunk@29885 602fd350-edb4-49c9-b593-d223f7449a82
Quicktags: move focusing the editor after inserting content to the end of the code blocks. Fixes a bug in Chrome where both the textarea and the window may auto-scroll to unexpected position on clicking a Quicktags button. Part props avryl, fixes #29944 for trunk.
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%