Changeset 3037332
- Timestamp:
- 02/17/2024 11:56:14 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
flatpm-wp/trunk/path/functions/flat-filter_content.php
r3021262 r3037332 248 248 */ 249 249 250 if( empty( $block_meta['html'] ) ){ 251 continue; 252 } 253 250 254 foreach( $block_meta['html']['block'] as $key => $value ){ 251 255 … … 265 269 } 266 270 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 ){ 268 272 continue; 273 } 269 274 270 275
Note: See TracChangeset
for help on using the changeset viewer.