We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you explain this lines, please?
$href = preg_replace( array('/=$/', '/=&/'), array('', '&'), $href );
I have found that those lines are used multiple times in render.inc.php but not sure why you need this and what this does?
The text was updated successfully, but these errors were encountered:
I actually can't remember. It's been a few years. I'd log out the $href value before and after that call and see what you notice.
$href
Sorry, something went wrong.
In render.inc.php
// if there are pages to be shown if ( $pages > 1 ) {
Is this "1" should be "0", I change it to 0 and it works
No branches or pull requests
Could you explain this lines, please?
I have found that those lines are used multiple times in render.inc.php but not sure why you need this and what this does?
The text was updated successfully, but these errors were encountered: