Ticket #4632: 4632.diff
File 4632.diff, 722 bytes (added by , 16 years ago) |
---|
-
Users/denis/Sites/sem-pro/wp-admin/includes/plugin.php
121 121 else 122 122 $plugin_data['Title'] = $plugin_data['Name']; 123 123 124 if ( ! empty($plugin_data['AuthorURI']) )124 if ( ! empty($plugin_data['AuthorURI']) && ! empty($plugin_data['Author']) ) 125 125 $plugin_data['Author'] = '<a href="' . $plugin_data['AuthorURI'] . '" title="' . __( 'Visit author homepage' ) . '">' . $plugin_data['Author'] . '</a>'; 126 126 127 127 $plugin_data['Description'] = wptexturize( $plugin_data['Description'] );