• Moderator Dion Hulse

    (@dd32)


    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)

    • This topic was modified 3 years, 4 months ago by Dion Hulse.
    • This topic was modified 3 years, 4 months ago by Dion Hulse.
    • This topic was modified 3 years, 4 months ago by Dion Hulse.

The topic ‘Inline code testing’ is closed to new replies.