Taddeus Kroes 14 жил өмнө
parent
commit
88a1e7e03a
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      pquery.template.php

+ 2 - 2
pquery.template.php

@@ -204,8 +204,8 @@ class pQueryTemplate extends pQuery {
 	/**
 	 * Parse a single block, recursively parsing its sub-blocks with a given data scope.
 	 * 
-	 * @param Block $variable The block to parse.
-	 * @param Block $data the data block to search in for the variable values.
+	 * @param Block $block The block to parse.
+	 * @param Block $data The data block to search in for the variable values.
 	 * @returns string The parsed block.
 	 * @uses parse_variable
 	 */