@@ -214,7 +214,7 @@ |
||
214 | 214 | * Tracks every search term used in plugins search as 'jetpack_wpa_plugin_search_term' |
215 | 215 | * |
216 | 216 | * @param String $term The raw search term. |
217 | - * @return true|WP_Error true for success, WP_Error if error occurred. |
|
217 | + * @return boolean true for success, WP_Error if error occurred. |
|
218 | 218 | */ |
219 | 219 | private function track_search_term( $term ) { |
220 | 220 | return JetpackTracking::record_user_event( 'wpa_plugin_search_term', array( 'search_term' => $term ) ); |