Changeset 1384
- Timestamp:
- 03/06/2015 08:50:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1383 r1384 294 294 } 295 295 296 $author = get_user_by( ' login', $theme->author );296 $author = get_user_by( 'slug', $theme->author ); 297 297 $theme->author = new StdClass; 298 298 foreach ( array( 'user_nicename', 'display_name' ) as $property ) {
Note: See TracChangeset
for help on using the changeset viewer.