Changeset 56988 for branches/6.4/src/wp-includes/blocks/image.php
- Timestamp:
- 10/23/2023 06:44:06 PM (14 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-includes/blocks/image.php
r56961 r56988 236 236 $img[0] 237 237 . '<button 238 class="lightbox-trigger" 238 239 type="button" 239 240 aria-haspopup="dialog" … … 244 245 style="background: #000" 245 246 > 246 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> 247 <path d="M9 5H5V9" stroke="#FFFFFF" stroke-width="1.5"/> 248 <path d="M15 19L19 19L19 15" stroke="#FFFFFF" stroke-width="1.5"/> 249 <path d="M15 5H19V9" stroke="#FFFFFF" stroke-width="1.5"/> 250 <path d="M9 19L5 19L5 15" stroke="#FFFFFF" stroke-width="1.5"/> 247 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false"> 248 <Path stroke="#FFFFFF" d="M6 4a2 2 0 0 0-2 2v3h1.5V6a.5.5 0 0 1 .5-.5h3V4H6Zm3 14.5H6a.5.5 0 0 1-.5-.5v-3H4v3a2 2 0 0 0 2 2h3v-1.5Zm6 1.5v-1.5h3a.5.5 0 0 0 .5-.5v-3H20v3a2 2 0 0 1-2 2h-3Zm3-16a2 2 0 0 1 2 2v3h-1.5V6a.5.5 0 0 0-.5-.5h-3V4h3Z" /> 251 249 </svg> 252 250 </button>'; … … 323 321 data-wp-on--touchend="actions.core.image.handleTouchEnd" 324 322 data-wp-on--click="actions.core.image.hideLightbox" 323 tabindex="-1" 325 324 > 326 325 <button type="button" aria-label="$close_button_label" style="fill: $close_button_color" class="close-button" data-wp-on--click="actions.core.image.hideLightbox"> … … 328 327 </button> 329 328 <div class="lightbox-image-container">$initial_image_content</div> 330 329 <div class="lightbox-image-container">$enlarged_image_content</div> 331 330 <div class="scrim" style="background-color: $background_color" aria-hidden="true"></div> 332 331 </div>
Note: See TracChangeset
for help on using the changeset viewer.