The Easiest Way to Save and Share Code Snippets on the web

Opción reducida en PHP

php

posted: Jan, 22nd 2010 | jump to bottom

add_filter( 'wp_default_editor', create_function('', 'return "tinymce";') );
24 views