Make WordPress Core


Ignore:
Timestamp:
03/28/2025 09:02:20 PM (3 months ago)
Author:
audrasjb
Message:

REST API: Properly capitalize "REST" in translation strings.

Props tobifjellner, sabernhardt, abcd95.
Fixes #63193.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api.php

    r59886 r60104  
    25782578        } catch ( WPDieException $e ) {
    25792579            $this->assertStringContainsString(
    2580                 'The rest route parameter must be a string.',
     2580                'The REST route parameter must be a string.',
    25812581                $e->getMessage()
    25822582            );
Note: See TracChangeset for help on using the changeset viewer.