Reintroduce Number of Likes ratings option proper - 3.5.7 still references this, and the definition conflict is solved. This would have been an issue in future PHP 9.
Reintroduce Number of Likes ratings option proper - 3.5.7 still references this, and the definition conflict is solved. This would have been an issue in future PHP 9.

--- a/languages/en.php
+++ b/languages/en.php
@@ -63,6 +63,7 @@
 define ("_HALFSTAR", "half-star");
 define ("_JAVASCRIPTOFF", "You must have javascript enabled for this form to work properly."); // Modified for version 3.0
 define ("_LIKE", "like");
+define ("_LIKES_NUMBER", "Number of Likes");
 define ("_LOGIN", "Log In");
 define ("_PLEASELOGIN", "Please login to access this feature.");
 define ("_MEMBER", "Member");
@@ -444,3 +445,4 @@
 define ("_REPORTTHIS", "Report This");
 
 ?>
+

--- a/languages/en_admin.php
+++ b/languages/en_admin.php
@@ -132,7 +132,7 @@
 define ("_LANGUAGE", "Language");
 define ("_LEVEL", "Level");
 define ("_LIKESYS", "Like/Dislike"); // Changed to avoid conflict with user _LIKE declaration
-if (!defined("_LIKES_NUMBER")) define("_LIKES_NUMBER", "Number of Likes");  
+define ("_LIKES_NUMBER_SYS", "Number of Likes");
 define ("_LINKACCESS", "Link Access Level"); 
 define ("_LINKKEY", "Link Access Key");
 define ("_LINKRANGE", "Size of Range for Page Links");