sant0sk1
Forum Replies Created
-
No, line 588 has a single curly brace on it:
}. The preceding two lines are commented out, and it appears that the author just failed to also comment out that line.After deleting line 588, the working function looks like this:
function wppa_qtrans($output, $lang = '') { if ($lang == '') { $output = __($output); // if (function_exists('qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage')) { // $output = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($output); } else { if (function_exists('qtrans_use')) { $output = qtrans_use($lang, $output, false); } } return $output; }Crazy that they shipped a syntax error, for sure. Thankfully the fix is easy. Remove line 588 from
wppa-common-functions.phpand it will work once again.(this applies to version 4.3.6)
Forum: Fixing WordPress
In reply to: [Plugin: DISQUS Comment System] Disqus breaking RSS validationI think Disqus needs to write a fix for this, but for now you can simply delete that entire script block from the plugin and your feed will validate again.
The lines to remove are 278-292 in version 2.11.4349 of the plugin.
Forum: Plugins
In reply to: [Plugin: WordPress Console] Great plugin, but path problemHi.
This problem has been resolved as of version 0.1.2. Please try upgrading and let me know how it works.
Cheers!
Well, you just have a modifiable set of pages that would be affected by a post/page change:
index
archive
category
etc.The list is finite and pretty static