Inline code testing
-
This post has a code block:
define( 'WP_DEBUG', true );but also has inline code:
define( 'WP_DEBUG', true );which should be rendered inline, but typographically the same as the above code block.define('WP_DEBUG', true )The next two are plain-text, and then I’ll edit it to code the second one.
define(‘WP_DEBUG’, true );
define('WP_DEBUG', true );(That looks good to me)
The topic ‘Inline code testing’ is closed to new replies.