Make WordPress Core

Changeset 35750


Ignore:
Timestamp:
11/30/2015 09:50:56 AM (8 years ago)
Author:
rmccue
Message:

REST API: Unabbreviate error string.

Props daniel-koskinen.
Fixes #34818.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-request.php

    r35612 r35750  
    848848
    849849                if ( false === $valid_check ) {
    850                     $invalid_params[ $key ] = __( 'Invalid param.' );
     850                    $invalid_params[ $key ] = __( 'Invalid parameter.' );
    851851                }
    852852
Note: See TracChangeset for help on using the changeset viewer.