Created
August 21, 2014 18:56
-
-
Save szbl/09e069e75e2e5ed9a8c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_shortcode( 'format_test', 'test_shortcode' ); | |
function test_shortcode( $atts ) | |
{ | |
// ignore $atts | |
return "<div class='test'>This\ntext\n\nshould all appear\n\n\n\non one line if shortcode output is untouched.</div>"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The output should always be:
With the disable formatting un-checked, you start to get: