Make WordPress Core


Ignore:
Timestamp:
10/02/2017 09:51:09 PM (8 years ago)
Author:
afercia
Message:

Quick/Bulk Edit: Improve the inline error messages styling.

  • uses the core notice styles for the Quick Edit form inline error messages
  • adds missing periods at the end of a few error messages

Props ocean90, karmatosed, melchoyce, afercia.
Fixes #35496.

File:
1 edited

Legend:

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

    r40916 r41684  
    5454        $this->assertIXRError( $result );
    5555        $this->assertEquals( 500, $result->code );
    56         $this->assertEquals( __('Empty Term'), $result->message );
     56        $this->assertEquals( __('Empty Term.'), $result->message );
    5757    }
    5858
Note: See TracChangeset for help on using the changeset viewer.