Plugin Directory

Changeset 385662


Ignore:
Timestamp:
05/17/2011 02:51:14 AM (15 years ago)
Author:
keepkuler
Message:

MOD: publish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flash-swfobject/trunk/flash-swfobject.php

    r385660 r385662  
    8080        }
    8181       
    82         $_attributes    = explode(",", self::$attributes);
    83         $_variables     = explode(",", self::$variables);
     82        if (self::$attributes) { $atributo = self::$attributes; } else { $atributo = " "; }
    8483       
    85         (self::$attributes) ? $atributo = self::$attributes : $atributo = "";
    86        
    87         (self::$variables) ? $flashvar = self::$variables : $flashvar = "";
     84        if (self::$variables) { $flashvar = self::$variables; } else { $flashvar = " "; }
    8885       
    8986        $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.