wp/wp-content/plugins/portfolio/bws_menu/bws_functions.php
changeset 12 d8a8807227e4
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- a/wp/wp-content/plugins/portfolio/bws_menu/bws_functions.php	Mon Oct 14 18:35:50 2019 +0200
+++ b/wp/wp-content/plugins/portfolio/bws_menu/bws_functions.php	Tue Oct 15 11:56:20 2019 +0200
@@ -91,7 +91,7 @@
 			<div class="bws-plugin-reviews-rate">
 				<?php _e( 'Like the plugin?', 'bestwebsoft' ); ?>
 				<a href="https://wordpress.org/support/view/plugin-reviews/<?php echo esc_attr( $plugin_slug ); ?>?filter=5" target="_blank" title="<?php printf( __( '%s reviews', 'bestwebsoft' ), sanitize_text_field( $plugin_name ) ); ?>">
-					<?php _e( 'Rate it', 'bestwebsoft' ); ?> 
+					<?php _e( 'Rate it', 'bestwebsoft' ); ?>
 					<span class="dashicons dashicons-star-filled"></span>
 					<span class="dashicons dashicons-star-filled"></span>
 					<span class="dashicons dashicons-star-filled"></span>
@@ -261,8 +261,8 @@
 		*/
 		if ( ! empty( $bstwbsftwppdtplgns_options['deprecated_function'] ) ) { ?>
 			<div class="update-nag">
-				<strong><?php _e( 'Deprecated function(-s) is used on the site here:', 'bestwebsoft' ); ?></strong>  
-				<?php $i = 1; 
+				<strong><?php _e( 'Deprecated function(-s) is used on the site here:', 'bestwebsoft' ); ?></strong>
+				<?php $i = 1;
 				foreach ( $bstwbsftwppdtplgns_options['deprecated_function'] as $function_name => $attr ) {
 					if ( 1 != $i )
 						echo ' ,';
@@ -275,8 +275,8 @@
 					$i++;
 				} ?>.
 				<br/>
-				<?php _e( 'This function(-s) will be removed over time. Please update the product(-s).', 'bestwebsoft' ); ?>				
-			</div>				
+				<?php _e( 'This function(-s) will be removed over time. Please update the product(-s).', 'bestwebsoft' ); ?>
+			</div>
 			<?php if ( is_multisite() )
 				update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
 			else
@@ -594,7 +594,7 @@
 			add_thickbox();
 			wp_enqueue_script( 'plugin-install' );
 		}
-		
+
 		if ( 'plugins.php' == $hook_suffix && ! defined( 'DOING_AJAX' ) ) {
 			wp_enqueue_style( 'bws-modal-css', bws_menu_url( 'css/modal.css' ) );
 		}
@@ -887,7 +887,7 @@
 	}
 }
 
-/** 
+/**
  * output shortcode in a special block
  * @since 1.9.8
  */
@@ -897,7 +897,7 @@
 	<?php }
 }
 
-/** 
+/**
  * output tooltip
  * @since 1.9.8
  * @param   string   $content  - HTML content for the tooltip