Title: web30technology's Replies | WordPress.org

---

# web30technology

  [  ](https://wordpress.org/support/users/web30technology/)

 *   [Profile](https://wordpress.org/support/users/web30technology/)
 *   [Topics Started](https://wordpress.org/support/users/web30technology/topics/)
 *   [Replies Created](https://wordpress.org/support/users/web30technology/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/web30technology/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/web30technology/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/web30technology/engagements/)
 *   [Favorites](https://wordpress.org/support/users/web30technology/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Links not showing up in theme](https://wordpress.org/support/topic/links-not-showing-up-in-theme/)
 *  Thread Starter [web30technology](https://wordpress.org/support/users/web30technology/)
 * (@web30technology)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/links-not-showing-up-in-theme/#post-815166)
 * yep, I just noticed it, but previously the links would go “hot” without having
   to add anything in.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [2.5 Upgrade — widgets.php on line 60](https://wordpress.org/support/topic/25-upgrade-widgetsphp-on-line-60/)
 *  Thread Starter [web30technology](https://wordpress.org/support/users/web30technology/)
 * (@web30technology)
 * [18 years ago](https://wordpress.org/support/topic/25-upgrade-widgetsphp-on-line-60/#post-756478)
 * fitured it out thanks to emirhan
 * The solution is located here:
 * [http://wordpress.org/support/topic/148108](http://wordpress.org/support/topic/148108)
 * I put the one line of code in the widgets.php file on the line number that was
   the problem (for me it was line 60 – the old code was
    $sidebar = array_merge(
   $defaults, $args);
 * The proper code should be:
    $sidebar = array_merge($defaults, (array)$args);

Viewing 2 replies - 1 through 2 (of 2 total)