Changeset 29506 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 08/15/2014 05:16:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r29474 r29506 373 373 374 374 iframe_header( __( 'Plugin Install' ) ); 375 375 376 376 $_with_banner = ''; 377 377 … … 441 441 <li><a target="_blank" href="<?php echo esc_url( $api->homepage ); ?>"><?php _e( 'Plugin Homepage »' ); ?></a></li> 442 442 <?php } if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) { ?> 443 <li><a target="_blank" href="<?php echo $api->donate_link?>"><?php _e( 'Donate to this plugin »' ); ?></a></li>443 <li><a target="_blank" href="<?php echo esc_url( $api->donate_link ); ?>"><?php _e( 'Donate to this plugin »' ); ?></a></li> 444 444 <?php } ?> 445 445 </ul>
Note: See TracChangeset
for help on using the changeset viewer.