Make WordPress Core


Ignore:
Timestamp:
09/28/2017 04:28:46 PM (8 years ago)
Author:
ocean90
Message:

Embeds: In switched state, restore previous state if no post ID is found.

Fixes #40673.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/embed.php

    r41606 r41634  
    11071107
    11081108    if ( ! $post_id ) {
     1109        if ( $switched_blog ) {
     1110            restore_current_blog();
     1111        }
     1112
    11091113        return $result;
    11101114    }
Note: See TracChangeset for help on using the changeset viewer.