Code Duplication    Length = 13-13 lines in 2 locations

classes/helpers/FrmTipsHelper.php 2 locations

@@ 220-232 (lines=13) @@
217
		return $tips;
218
	}
219
220
	public static function get_styling_tip() {
221
		$tips = array(
222
			array(
223
				'link' => array(
224
					'content' => 'style',
225
					'anchor'  => 'feature-wordpress-visual-form-styler',
226
				),
227
				'tip'  => __( 'Make your sidebar or footer form stand out.', 'formidable' ),
228
				'call' => __( 'Use multiple style templates.', 'formidable' ),
229
			),
230
		);
231
		return $tips;
232
	}
233
234
	public static function get_entries_tip() {
235
		$tips = array(
@@ 257-269 (lines=13) @@
254
		return $tips;
255
	}
256
257
	public static function get_import_tip() {
258
		$tips = array(
259
			array(
260
				'link' => array(
261
					'content' => 'import',
262
					'anchor'  => 'feature-importing-exporting-wordpress-forms',
263
				),
264
				'tip'  => __( 'Want to import entries into your forms?', 'formidable' ),
265
				'call' => __( 'Upgrade to Pro.', 'formidable' ),
266
			),
267
		);
268
		return $tips;
269
	}
270
271
	public static function get_banner_tip() {
272
		$tips = array(