-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed reference errors for PHP7.1 in frontend #581
Comments
@GasimGasimzada Most of the requested changes are fixed in qTranslate-XT 3.5.0: 612c9f7 This should fix all the reference errors. However your PR/581 had some other stuff:
I'm not sure why we you asked to remove these references. They are still in the current version of qTranslate-XT and i have not seen such warnings anymore. The 2 functions are not related to WP hooks but called internally. Also, removing the refs from the variables could have some undesired side-effects so it has to be done carefully. Are you sure you want to remove those? If so, could you better explain? Also your PR asked for other things such as Composer but for the moment this -XT plugin is only on github so we should look at this later. |
To be honest, I just removed all references when I saw the error and everything worked. It might have been a mistake on my part at the time. You can close this issue if there is no problem. |
OK :) |
Issue by GasimGasimzada
Tuesday Apr 03, 2018 at 19:44 GMT
Originally opened as qTranslate-Team/qtranslate-x#581
GasimGasimzada included the following code: https://github.com/qTranslate-Team/qtranslate-x/pull/581/commits
The text was updated successfully, but these errors were encountered: