Make WordPress Core

Changeset 41575


Ignore:
Timestamp:
09/23/2017 08:19:54 AM (7 years ago)
Author:
SergeyBiryukov
Message:

XML-RPC: Update the string in test_parent_for_nonhierarchical() to match the string added in [41574].

Props netweb.
Fixes #41637.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/xmlrpc/wp/editTerm.php

    r40916 r41575  
    8787        $this->assertIXRError( $result );
    8888        $this->assertEquals( 403, $result->code );
    89         $this->assertEquals( __( "This taxonomy is not hierarchical so you can't set a parent." ), $result->message );
     89        $this->assertEquals( __( 'Cannot set parent term, taxonomy is not hierarchical.' ), $result->message );
    9090    }
    9191
Note: See TracChangeset for help on using the changeset viewer.