Completed
Pull Request — master (#279)
by Stephanie
02:47
created
classes/controllers/FrmAddonsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -437,7 +437,6 @@  discard block
 block discarded – undo
437 437
 	 * Get the action link for an addon that isn't active.
438 438
 	 *
439 439
 	 * @since 3.06.03
440
-	 * @param string $addon The plugin slug
441 440
 	 * @return array
442 441
 	 */
443 442
 	public static function install_link( $plugin ) {
@@ -550,6 +549,7 @@  discard block
 block discarded – undo
550 549
 
551 550
 	/**
552 551
 	 * @since 3.04.02
552
+	 * @param string $link
553 553
 	 */
554 554
 	private static function prepare_addon_link( &$link ) {
555 555
 		$site_url = 'https://formidableforms.com/';
Please login to merge, or discard this patch.