Changeset 13522
- Timestamp:
- 03/01/2010 06:01:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r13520 r13522 357 357 '&TB_iframe=true&width=600&height=550') . '" class="thickbox onclick" title="' . 358 358 esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __('Install') . '</a>'; 359 if ( isset( $plugin['homepage'] ) ) 360 $action_links[] = '<a target="_blank" href="' . esc_attr( $plugin['homepage'] ) . '" title="' . esc_attr( sprintf( __( 'More information on %s' ), $name ) ) . '">' . __('Info') . '</a>'; 361 362 $action_links = apply_filters('plugin_install_action_links', $action_links, $plugin); 359 360 $action_links = apply_filters( 'plugin_install_action_links', $action_links, $plugin ); 363 361 ?> 364 362 <tr>
Note: See TracChangeset
for help on using the changeset viewer.