Make WordPress Core

Changeset 46653


Ignore:
Timestamp:
11/05/2019 05:34:06 PM (7 years ago)
Author:
whyisjake
Message:

Revert: Undo r46639.

This was meant to be committed to /trunk.

See #48337.

File:
1 edited

Legend:

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

    r46639 r46653  
    311311
    312312                $value = strtolower( $value );
    313                 if ( false === strpos( $value, '/' ) ) {
     313                if ( strpos( $value, '/' ) === false ) {
    314314                        return null;
    315315                }
Note: See TracChangeset for help on using the changeset viewer.