Changeset 1266
- Timestamp:
- 02/17/2015 06:38:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php
r1167 r1266 245 245 $person = (array) $person; 246 246 $new_data = array( 'name' => $person[0], 'hash' => '', 'username' => $k, 'title' => '' ); 247 $this->names_in_groups[] = $k;247 $this->names_in_groups[] = strtolower( $k ); 248 248 249 249 if ( ! empty( $person[2] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.