Completed
Push — master ( 698a24...a6d3d7 )
by
unknown
01:42
created
includes/process/update_object.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
      *  @param    string|bool     $value    The term slug, or a comma separated list of slugs. Or false to remove all terms set for post.
183 183
 	 *                                      The first item is the name of taxonomy
184 184
 	 *
185
-	 *  @return bool True if update was successful, false if not.
185
+	 *  @return boolean|null True if update was successful, false if not.
186 186
 	 */
187 187
 	public function set_custom_taxonomy( $postid, $value) {
188 188
 		
Please login to merge, or discard this patch.