Title: Bug found!
Last modified: August 30, 2016

---

# Bug found!

 *  Resolved [bedengler](https://wordpress.org/support/users/bedengler/)
 * (@bedengler)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/bug-found-10/)
 * Hi,
 * you’ve got an error in a file:
    includes/class-wp-external-links.php on line 
   161 there’s a ‘-sign too much! Replace this:
 *     ```
       .ext-icon-<?php echo $icon ?> { background:url(<?php echo plugins_url('/images/ext-icons/ext-icon-' . $icon . '.png', WP_EXTERNAL_LINKS_FILE) ?>) no-repeat 100% 50%; padding-right:<?php echo $padding ?>px; }';
       ```
   
 * with this:
 *     ```
       .ext-icon-<?php echo $icon ?> { background:url('<?php echo plugins_url('/images/ext-icons/ext-icon-' . $icon . '.png', WP_EXTERNAL_LINKS_FILE) ?>') no-repeat 100% 50%; padding-right:<?php echo $padding ?>px; };
       ```
   
 * [https://wordpress.org/plugins/wp-external-links/](https://wordpress.org/plugins/wp-external-links/)

Viewing 1 replies (of 1 total)

 *  [Pi Zi](https://wordpress.org/support/users/freelancephp/)
 * (@freelancephp)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/bug-found-10/#post-6635153)
 * Yes. Thanks for reporting!

Viewing 1 replies (of 1 total)

The topic ‘Bug found!’ is closed to new replies.

 * ![](https://ps.w.org/wp-external-links/assets/icon-256x256.png?rev=2103983)
 * [External Links - nofollow, noopener & new window](https://wordpress.org/plugins/wp-external-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-external-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-external-links/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-external-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-external-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-external-links/reviews/)

## Tags

 * [external links](https://wordpress.org/support/topic-tag/external-links/)

 * 1 reply
 * 2 participants
 * Last reply from: [Pi Zi](https://wordpress.org/support/users/freelancephp/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/bug-found-10/#post-6635153)
 * Status: resolved