Changes from branches/2.7/wp-admin/includes/plugin.php at r10413 to trunk/wp-admin/includes/plugin.php at r10150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r10413 r10150 122 122 $plugin_data['Title'] = $plugin_data['Name']; 123 123 124 if ( ! empty($plugin_data['AuthorURI']) && ! empty($plugin_data['Author']))124 if ( ! empty($plugin_data['AuthorURI']) ) 125 125 $plugin_data['Author'] = '<a href="' . $plugin_data['AuthorURI'] . '" title="' . __( 'Visit author homepage' ) . '">' . $plugin_data['Author'] . '</a>'; 126 126 … … 863 863 $parent = get_admin_page_parent(); 864 864 865 if ( !isset( $plugin_page ) &&isset( $_wp_submenu_nopriv[$parent][$pagenow] ) )865 if ( isset( $_wp_submenu_nopriv[$parent][$pagenow] ) ) 866 866 return false; 867 867
Note: See TracChangeset
for help on using the changeset viewer.