Return to Snippet

Revision: 37588
at December 13, 2010 06:41 by mb2o


Initial Code
<?php echo preg_replace('/>\s+</m', '><', wp_list_pages('echo=0')); ?>

Initial URL
http://css-tricks.com/snippets/wordpress/remove-whitespace-from-function-output/

Initial Description


Initial Title
Remove Whitespace from Function Output

Initial Tags
wordpress

Initial Language
PHP