=== Require First and Last Name === Contributors: mitchoyoshitaka Tags: profile, name, users, UI, user, first name, last name, require Requires at least: 3.0 Tested up to: 3.3 Stable tag: 1.2 Require first and last name from users who are editing their profiles. == Description == Require first and last name from users who are editing their profiles. The HTML5 `required` attribute is added, the text "(required)" is added next to the fields, and the data is verified to be non-empty on save. Development of this plugin was supported by the [Massachusetts Institute of Technology Shakespeare Project](http://globalshakespeares.org/). == Installation == Add the plugin to your `wp-plugins` directory and activate, and you're done! == Changelog == = 1.2 = * Made localizable = 1.1 = * Initial upload * Added HTML5 `required` attribute = 1.0 = * Initial version