Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64835, comment 2


Ignore:
Timestamp:
03/11/2026 08:18:39 AM (2 months ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64835, comment 2

    initial v1  
    11Can You check and add this code snippet.
     2
     3{{{
    24// File: wp-includes/blocks/navigation-link.php
    35
     
    6870    return '<li class="' . esc_attr( implode( ' ', $li_classes ) ) . '">' . $list_item_content . $inner_blocks_content . '</li>';
    6971}
     72}}}