Changeset 19596 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 12/14/2011 05:36:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r19593 r19596 323 323 <li><a target="_blank" href="http://wordpress.org/extend/plugins/<?php echo $api->slug ?>/"><?php _e('WordPress.org Plugin Page »') ?></a></li> 324 324 <?php endif; if ( ! empty($api->homepage) ) : ?> 325 <li><a target="_blank" href="<?php echo $api->homepage ?>"><?php _e('Plugin Homepage 325 <li><a target="_blank" href="<?php echo $api->homepage ?>"><?php _e('Plugin Homepage »') ?></a></li> 326 326 <?php endif; ?> 327 327 </ul>
Note: See TracChangeset
for help on using the changeset viewer.