Changeset 5302
- Timestamp:
- 04/09/2017 10:49:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
r5301 r5302 840 840 $theme = $this->theme; 841 841 $author = get_user_by( 'id', $this->theme->post_author ); 842 $authors = array( $author->user_ login);842 $authors = array( $author->user_nicename ); 843 843 } else { 844 844 $prefix = $wpdb->base_prefix . WPORG_PLUGIN_DIRECTORY_BLOGID . '_';
Note: See TracChangeset
for help on using the changeset viewer.