Tests: Remove `skipWithMultisite()` from an Ajax test for attachments.
This was previously removed in [51870] and appears to be accidentally readded in [53561]. As the test belongs to the `ms-excluded` group, the skipping is unnecessary and does not affect anything in practice. Follow-up to [46693], [49835], [51870], [53561]. See #56793. Built from https://develop.svn.wordpress.org/trunk@54718 git-svn-id: http://core.svn.wordpress.org/trunk@54270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1de5f1ad95
commit
76eb6c4b4e
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54717';
|
||||
$wp_version = '6.2-alpha-54718';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue