Changes between Version 2 and Version 3 of Ticket #54184, comment 2
- Timestamp:
- 01/12/2026 09:26:15 AM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54184, comment 2
v2 v3 3 3 Here is some code that exhibits the problem: 4 4 5 <code> 5 {{{#!php 6 <?php 7 6 8 \add_action( 7 9 'customize_register', … … 23 25 } 24 26 ); 25 </code> 27 }}} 26 28 27 I cannot get this to display properly - neither backticks nor HTML work. 29 (Edited for code formatting - @jonsurrell)