Completed
Push — add/plugin-search-hints ( 80ac63...7bb320 )
by
unknown
06:40
created
modules/plugin-search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
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 ) );
Please login to merge, or discard this patch.