Advertisement
Guest User

Permissions

a guest
Dec 9th, 2010
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.90 KB | None | 0 0
  1. diff -ur wp-content/plugins/advanced-category-excluder.original/advanced-category-excluder.php wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php
  2. --- wp-content/plugins/advanced-category-excluder copy/advanced-category-excluder.php   2010-12-09 11:24:00.000000000 +0000
  3. +++ wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php    2010-12-09 11:54:56.000000000 +0000
  4. @@ -109,7 +109,7 @@
  5.      return $out;
  6.  }
  7.  
  8. -function ace_where(&$where,$filter="")
  9. +function ace_where($where,$filter="")
  10.  {
  11.      global $wpdb, $wp_query;
  12.  
  13. @@ -160,7 +160,7 @@
  14.      return $where;  
  15.  }
  16.  
  17. -function ace_join(&$join,$filter="")
  18. +function ace_join($join,$filter="")
  19.  {
  20.      global $wpdb, $wp_query;
  21.  
  22. @@ -199,7 +199,7 @@
  23.     return "distinct";
  24.  }
  25.  
  26. -function ace_list_categories(&$args)
  27. +function ace_list_categories($args)
  28.  /*
  29.   * Manipulating category list
  30.   */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement