|
@@ -190,7 +190,7 @@ |
|
|
block discarded – undo |
|
190
|
190
|
* @link https://core.trac.wordpress.org/ticket/27094 |
|
191
|
191
|
* |
|
192
|
192
|
* @param bool $in_same_term Optional. Whether returned post should be in a same taxonomy term. |
|
193
|
|
- * @param array|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. |
|
|
193
|
+ * @param string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. |
|
194
|
194
|
* @param bool $start Optional. Whether to retrieve first or last post. |
|
195
|
195
|
* @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'. |
|
196
|
196
|
* @return mixed Array containing the boundary post object if successful, null otherwise. |
Please login to merge, or discard this patch.