Changeset 2988645
- Timestamp:
- 11/03/2023 05:28:43 PM (2 years ago)
- Location:
- fareharbor/trunk
- Files:
-
- 2 edited
-
fareharbor.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fareharbor/trunk/fareharbor.php
r2985979 r2988645 4 4 Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/ 5 5 Description: Easily add FareHarbor reservation calendars and buttons to your site 6 Version: 3.6. 86 Version: 3.6.9 7 7 Author: FareHarbor 8 8 Author URI: https://fareharbor.com … … 284 284 285 285 $link_attrs_string = ''; 286 foreach ( $link_attrs as $name => $value ) 287 $link_attrs_string .= esc_attr(" $name=\"$value\""); 286 foreach ( $link_attrs as $name => $value ) { 287 $value = esc_attr($value); 288 $link_attrs_string .= " $name=\"$value\""; 289 } 288 290 289 291 if ( trim( $content ) ) -
fareharbor/trunk/readme.txt
r2985979 r2988645 44 44 45 45 == Changelog == 46 = 3.6.9 = 47 * Fixed double quote attribute issue. 48 46 49 = 3.6.8 = 47 50 * Updated tested up to version to 6.2.2
Note: See TracChangeset
for help on using the changeset viewer.