Changeset 56559 for trunk/tests/phpunit/tests/general/feedLinksExtra.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/feedLinksExtra.php
r55942 r56559 492 492 add_filter( 493 493 'default_feed', 494 static function () {494 static function () { 495 495 return 'foo'; 496 496 } … … 499 499 add_filter( 500 500 'feed_content_type', 501 static function () {501 static function () { 502 502 return 'testing/foo'; 503 503 }
Note: See TracChangeset
for help on using the changeset viewer.