1

Please help me out

I have added a search box widget to my site http://www.immostwanted.com. And when I am trying to search some item it is showing the error as Fatal error: Call to undefined function e_() in /home/spencerj/public_html/immostwanted.com/wp-content/themes/proreview/search.php on line 13

Please help me out

Damodaran
  • 10,882
  • 10
  • 60
  • 81
  • can you post some codes from search.php?? we cannot help you with this description... – Damodaran Nov 05 '13 at 04:39
  • I think the problem is here.this the 13nth line "" –  Nov 05 '13 at 04:42

1 Answers1

6

While in the title you say undefined function _e, the error message as printed says undefined function e_.

There is no function e_. The function should be _e: http://codex.wordpress.org/Function_Reference/_e

JAL
  • 21,295
  • 1
  • 48
  • 66