Make WordPress Core


Ignore:
Timestamp:
10/02/2017 09:51:09 PM (7 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/deleteTerm.php

    r40417 r41684  
    5252        $this->assertIXRError( $result );
    5353        $this->assertEquals( 500, $result->code );
    54         $this->assertEquals( __('Empty Term'), $result->message );
     54        $this->assertEquals( __('Empty Term.'), $result->message );
    5555    }
    5656
Note: See TracChangeset for help on using the changeset viewer.