Changeset 23265 for trunk/wp-includes/formatting.php
- Timestamp:
- 01/04/2013 10:13:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r23189 r23265 2978 2978 */ 2979 2979 function wp_sprintf( $pattern ) { 2980 $args = func_get_args( 2980 $args = func_get_args(); 2981 2981 $len = strlen($pattern); 2982 2982 $start = 0;
Note: See TracChangeset
for help on using the changeset viewer.