Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16343, comment 4


Ignore:
Timestamp:
01/24/2011 12:59:10 AM (14 years ago)
Author:
nacin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16343, comment 4

    initial v1  
     1{{{
    12public static function scriptSrc($handle)
    23{
     
    5556        return $ver;
    5657    }
    57 
     58}}}
    5859(these would be much better as members of the WP_Scripts class -- I'm only abusing the fact that PHP4-style classes lack any protection for their members whatsoever)
    5960