Forums
(@geobert)
15 years, 12 months ago
ok, I found what’s going on : http://core.trac.ww.wp.xz.cn/ticket/12567
I tried
function add_reviewed_status() { register_post_status( 'Validated' ); } add_action( 'init', add_reviewed_status );
without success 🙁
Now that wordpress 3.0 is out, how do I use this?