Title: Small syntax error in version 2.0.3
Last modified: August 21, 2016

---

# Small syntax error in version 2.0.3

 *  Resolved [Brit Albritton](https://wordpress.org/support/users/brit-albritton/)
 * (@brit-albritton)
 * [13 years ago](https://wordpress.org/support/topic/small-syntax-error-in-version-203/)
 * hms-testimonials.php
    Notice: Use of undefined constant HMS_Testimonials – assumed‘
   HMS_Testimonials’ in C:\xampp\htdocs\hfopencart\wp-content\plugins\hms-testimonials\
   hms-testimonials.php on line 36
 * _Line 36_
    `add_filter('plugin_action_links', array(HMS_Testimonials, 'settings_link'),
   10, 2);`
 * _should be _
    `add_filter('plugin_action_links', array('HMS_Testimonials', 'settings_link'),
   10, 2);`
 * [http://wordpress.org/extend/plugins/hms-testimonials/](http://wordpress.org/extend/plugins/hms-testimonials/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [13 years ago](https://wordpress.org/support/topic/small-syntax-error-in-version-203/#post-3734612)
 * Thanks. Will be fixed in the next push.

Viewing 1 replies (of 1 total)

The topic ‘Small syntax error in version 2.0.3’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hms-testimonials.svg)
 * [HMS Testimonials](https://wordpress.org/plugins/hms-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hms-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hms-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/hms-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hms-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hms-testimonials/reviews/)

## Tags

 * [small bug](https://wordpress.org/support/topic-tag/small-bug/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff K](https://wordpress.org/support/users/kreitje/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/small-syntax-error-in-version-203/#post-3734612)
 * Status: resolved