Changeset 385662
- Timestamp:
- 05/17/2011 02:51:14 AM (15 years ago)
- File:
-
- 1 edited
-
flash-swfobject/trunk/flash-swfobject.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flash-swfobject/trunk/flash-swfobject.php
r385660 r385662 80 80 } 81 81 82 $_attributes = explode(",", self::$attributes); 83 $_variables = explode(",", self::$variables); 82 if (self::$attributes) { $atributo = self::$attributes; } else { $atributo = " "; } 84 83 85 (self::$attributes) ? $atributo = self::$attributes : $atributo = ""; 86 87 (self::$variables) ? $flashvar = self::$variables : $flashvar = ""; 84 if (self::$variables) { $flashvar = self::$variables; } else { $flashvar = " "; } 88 85 89 86 $rows = "<script type=\"text/javascript\" src=\"". trailingslashit( get_bloginfo( 'url' ) ) ."wp-includes/js/swfobject.js\"></script>";
Note: See TracChangeset
for help on using the changeset viewer.