@@ -346,7 +346,7 @@ |
||
| 346 | 346 | * |
| 347 | 347 | * @param String $term The raw search term. |
| 348 | 348 | * |
| 349 | - * @return true|WP_Error true for success, WP_Error if error occurred. |
|
| 349 | + * @return boolean true for success, WP_Error if error occurred. |
|
| 350 | 350 | */ |
| 351 | 351 | private function track_search_term( $term ) { |
| 352 | 352 | return JetpackTracking::record_user_event( 'wpa_plugin_search_term', array( 'search_term' => $term ) ); |