[wp-hackers] Proposal for a function commenting convention

Otto otto at ottodestruct.com
Mon Oct 15 14:48:27 GMT 2007


On 10/14/07, Jacob <wordpress at santosj.name> wrote:
> /**
>  * @since 1.5
>  * @deprecated since 2.1
>  */

I suggest using the same scheme for version numbers on both of these.
In other words, do this instead:
/**
* @since 1.5
* @deprecated 2.1
*/

Keep the version simple.


More information about the wp-hackers mailing list