Changeset 1275
- Timestamp:
- 11/17/10 17:22:59 (3 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1271 r1275 3799 3799 dir = Xinha.getPluginDir(pluginName, true); 3800 3800 file = pluginName + ".js"; 3801 success_message = 'You are using the unsupported Xinha plugin '+pluginName+'. If you wish continued support, please see http://trac.xinha.org/ ticket/1297';3801 success_message = 'You are using the unsupported Xinha plugin '+pluginName+'. If you wish continued support, please see http://trac.xinha.org/wiki/Documentation/UnsupportedPlugins'; 3802 3802 break; 3803 3803 case 'unsupported_old_name': … … 3805 3805 dir = Xinha.getPluginDir(pluginName, true); 3806 3806 file = pluginName.replace(/([a-z])([A-Z])([a-z])/g, function (str, l1, l2, l3) { return l1 + "-" + l2.toLowerCase() + l3; }).toLowerCase() + ".js"; 3807 success_message = 'You are using the unsupported Xinha plugin '+pluginName+'. If you wish continued support, please see http://trac.xinha.org/ ticket/1297';3807 success_message = 'You are using the unsupported Xinha plugin '+pluginName+'. If you wish continued support, please see http://trac.xinha.org/wiki/Documentation/UnsupportedPlugins'; 3808 3808 break; 3809 3809 default:
