Plugin Directory

Changeset 3037332


Ignore:
Timestamp:
02/17/2024 11:56:14 PM (2 years ago)
Author:
flatboy
Message:

v3.1.14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flatpm-wp/trunk/path/functions/flat-filter_content.php

    r3021262 r3037332  
    248248             */
    249249
     250            if( empty( $block_meta['html'] ) ){
     251                continue;
     252            }
     253
    250254            foreach( $block_meta['html']['block'] as $key => $value ){
    251255
     
    265269            }
    266270
    267             if( ! is_array( $block_meta['html']['block'] ) || count( $block_meta['html']['block'] ) === 0 )
     271            if( ! is_array( $block_meta['html']['block'] ) || count( $block_meta['html']['block'] ) === 0 ){
    268272                continue;
     273            }
    269274
    270275
Note: See TracChangeset for help on using the changeset viewer.