Changes between Initial Version and Version 1 of Ticket #16343, comment 4
- Timestamp:
- 01/24/2011 12:59:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16343, comment 4
initial v1 1 {{{ 1 2 public static function scriptSrc($handle) 2 3 { … … 55 56 return $ver; 56 57 } 57 58 }}} 58 59 (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) 59 60