Skip to main content Accessibility Feedback

A small Go Mobile First update

Last night I had to push out a small update to Go Mobile First after I caught a bug in the search form function that didn’t show up in testing.

Go grab the update, or if you’d prefer, manually update an existing installation using the instructions below.

Manually Update

  1. Open functions.php.
  2. Locate function gmf_wpsearch($form).
  3. Replace it with function gmf_wpsearch() (ie. remove $form).
  4. Save the file. That's it - you're done!