Wordpress - Plugins and Extensibility
Find the mistake in this plugin code:
add_filter('the_content', 'modify_content');\nfunction modify_content($content) {\n $content = strtoupper($content);\n}