Changeset 51395
- Timestamp:
- 07/10/2021 10:39:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r50556 r51395 29 29 #> <?php echo $attr; ?><# 30 30 } 31 <?php endforeach ?>#>31 <?php endforeach; ?>#> 32 32 > 33 33 <# if ( ! _.isEmpty( data.model.src ) ) { #> … … 124 124 #> <?php echo $attr; ?><# 125 125 } 126 <?php endforeach ?>#>126 <?php endforeach; ?>#> 127 127 > 128 128 <# if ( ! _.isEmpty( data.model.src ) ) { … … 1278 1278 </span> 1279 1279 <# } #> 1280 <?php endforeach ?>1280 <?php endforeach; ?> 1281 1281 1282 1282 <# if ( ! _.isEmpty( html5types ) ) { #> … … 1368 1368 </span> 1369 1369 <# } #> 1370 <?php endforeach ?>1370 <?php endforeach; ?> 1371 1371 </div> 1372 1372
Note: See TracChangeset
for help on using the changeset viewer.