[wp-hackers] Re: [wp-svn] [2476] trunk/wp-admin/quicktags.js:
Quicktag enhancements
Albert Holm
albert+wphackers at cdr.se
Thu Mar 24 04:39:06 GMT 2005
Den 2005-03-24 02:26:22 skrev <m at wordpress.org>:
> Revision:
>
> 2476
> edButtons[edButtons.length] =
> new edButton('ed_strong'
>
> -,'str'
>
> +,'b'
>
> ,'<strong>'
> ,'</strong>'
> ,'b'
> edButtons[edButtons.length] =
> new edButton('ed_em'
>
> -,'em'
>
> +,'i'
>
> ,'<em>'
> ,'</em>'
> ,'i'
>
As Robert pointed out in another reply, the buttons says bold and italic,
and the output is strong and em. I really wonder why that is.
/Albert
More information about the wp-hackers
mailing list