Changeset 2503
- Timestamp:
- 02/15/2016 05:02:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
r2457 r2503 1701 1701 // TODO: maybe only allows links to home page, depending on outcome of http://make.wordpress.org/community/2013/12/31/irs-rules-for-corporate-sponsorship-of-wordcamp/ 1702 1702 1703 $values['first_name'] = ucfirst( $values['first_name'] ); 1704 $values['last_name' ] = ucfirst( $values['last_name' ] ); 1705 1703 1706 foreach( $values as $id => $value ) { 1704 1707 if ( empty( $value ) ) {
Note: See TracChangeset
for help on using the changeset viewer.