suppressing boring deprecation warning after release
This commit is contained in:
parent
0541fa23df
commit
918cfc99e6
@ -215,7 +215,7 @@
|
|||||||
|
|
||||||
do_action('comment_post', $fp_params['entry'], array($id, $arr));
|
do_action('comment_post', $fp_params['entry'], array($id, $arr));
|
||||||
|
|
||||||
$q =& new FPDB_Query(array('id'=>$fp_params['entry'],'fullparse'=>false), null);
|
$q = new FPDB_Query(array('id'=>$fp_params['entry'],'fullparse'=>false), null);
|
||||||
list($entryid, $e) = $q->getEntry();
|
list($entryid, $e) = $q->getEntry();
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Author URI: http://www.nowhereland.it
|
|||||||
* @param string $contents The comment
|
* @param string $contents The comment
|
||||||
* @return unknown
|
* @return unknown
|
||||||
*/
|
*/
|
||||||
function plugin_qspam_validate(&$bool, $contents) {
|
function plugin_qspam_validate($bool, $contents) {
|
||||||
if (!$bool) {
|
if (!$bool) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user