add_action('admin_print_footer_scripts','eg_quicktags');
function eg_quicktags() {
?>
<script type="text/javascript" charset="utf-8">
edButtons[edButtons.length] = new edButton( 'button', 'postname', '/%postname%/', '', '' );
</script>
<?php
}
↧
janfeng on "What to make this work ? /%postname%/"
↧