Changeset 3013378
- Timestamp:
- 12/22/2023 01:43:18 PM (2 years ago)
- Location:
- gasolineras-de-espana/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
gasolineras-de-espana.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gasolineras-de-espana/trunk/README.txt
r3010459 r3013378 5 5 Tested up to: 6.4 6 6 Requires PHP: 5.3 7 Stable tag: 1.1. 87 Stable tag: 1.1.9 8 8 License: GPLv2 or later 9 9 -
gasolineras-de-espana/trunk/gasolineras-de-espana.php
r2933686 r3013378 4 4 * Plugin URI: https://hullcode.com 5 5 * Description: Widget that allows you to display gas stations in Spain and their prices on your website. 6 * Version: 1.1. 86 * Version: 1.1.9 7 7 * Author: Gasolinera 8 8 * Author URI: https://mejorgasolinera.com … … 16 16 defined( 'ABSPATH' ) or die( 'ABSPATH not defined' ); 17 17 18 define ('GDEW_VERSION', '1.1. 8');18 define ('GDEW_VERSION', '1.1.9'); 19 19 define ('GDEW_DEF_BASEURL', plugins_url('', __FILE__)); 20 20 … … 440 440 } 441 441 442 $credits = "<a href='https://mejorgasolinera.com' style='color:".esc_attr($instance['text_color'])."' >Gasolineras</a> por mejorgasolinera.com"; 442 443 443 $output .= "<div class='GDEW-wrapper'"; 444 444 $output .= " style='font-size:".esc_attr($instance['font_size'])."px;color:".esc_attr($instance['text_color'])."; background-color:".esc_attr($instance['background_color']).";'"; … … 516 516 517 517 518 $output .= "<div class='GDEW-footer'>";519 $output .= $credits;520 $output .= "</div>";521 522 518 $output .= "</div>"; 523 519 $output .= "</div>";
Note: See TracChangeset
for help on using the changeset viewer.