Changeset 56536
- Timestamp:
- 09/07/2023 02:57:30 PM (19 months ago)
- Location:
- trunk
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-upload.php
r50505 r56536 117 117 do_action( "media_upload_{$tab}" ); 118 118 } 119 -
trunk/src/wp-content/themes/twentytwentytwo/index.php
r52081 r56536 3 3 // There is a core ticket discussing removing this requirement for block themes: 4 4 // https://core.trac.wordpress.org/ticket/54272. 5 -
trunk/src/wp-includes/class-wp-image-editor.php
r56418 r56536 655 655 } 656 656 } 657 -
trunk/src/wp-includes/pomo/streams.php
r55934 r56536 360 360 } 361 361 endif; 362 -
trunk/tests/phpunit/includes/wp-profiler.php
r54896 r56536 221 221 $GLOBALS['wppf']->print_summary(); 222 222 } 223 224 -
trunk/tests/phpunit/tests/block-supports/typography.php
r56535 r56536 995 995 } 996 996 } 997 -
trunk/tests/phpunit/tests/customize/setting.php
r55050 r56536 766 766 } 767 767 } 768 -
trunk/tests/phpunit/tests/formatting/ent2ncr.php
r55562 r56536 37 37 } 38 38 } 39 -
trunk/tests/phpunit/tests/formatting/seemsUtf8.php
r55562 r56536 44 44 } 45 45 } 46 -
trunk/tests/phpunit/tests/formatting/utf8UriEncode.php
r53562 r56536 36 36 } 37 37 } 38 -
trunk/tests/phpunit/tests/formatting/wpReplaceInHtmlTags.php
r53562 r56536 37 37 } 38 38 } 39 -
trunk/tests/phpunit/tests/formatting/wpStripAllTags.php
r55245 r56536 104 104 } 105 105 } 106 -
trunk/tests/phpunit/tests/pomo/po.php
r54872 r56536 341 341 // TODO: Add tests for bad files. 342 342 } 343 -
trunk/tests/phpunit/tests/query/commentCount.php
r52389 r56536 372 372 } 373 373 } 374 -
trunk/tests/phpunit/tests/theme/wpGetBlockCssSelector.php
r56058 r56536 354 354 } 355 355 } 356 -
trunk/tests/phpunit/tests/user/wpSetCurrentUser.php
r53489 r56536 59 59 } 60 60 } 61 -
trunk/tests/phpunit/tests/xmlrpc/client.php
r52010 r56536 28 28 } 29 29 } 30 -
trunk/tests/phpunit/wp-mail-real-test.php
r54663 r56536 83 83 wp_mail( '', $subject, $message, $headers ); 84 84 echo "Test emails sent!\n"; 85
Note: See TracChangeset
for help on using the changeset viewer.