Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #54184, comment 2


Ignore:
Timestamp:
01/12/2026 09:26:15 AM (8 weeks ago)
Author:
jonsurrell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54184, comment 2

    v2 v3  
    33Here is some code that exhibits the problem:
    44
    5 <code>
     5{{{#!php
     6<?php
     7
    68\add_action(
    79  'customize_register',
     
    2325  }
    2426);
    25 </code>
     27}}}
    2628
    27 I cannot get this to display properly - neither backticks nor HTML work.
     29(Edited for code formatting - @jonsurrell)