Ticket #10454: wp-includes--formatting.php.2.diff
| File wp-includes--formatting.php.2.diff, 447 bytes (added by , 17 years ago) |
|---|
-
wp-includes/formatting.php
2349 2349 case 'close_comments_days_old': 2350 2350 case 'comments_per_page': 2351 2351 case 'thread_comments_depth': 2352 $value = abs((int) $value); 2352 case 'users_can_register': 2353 $value = absint( $value ); 2353 2354 break; 2354 2355 2355 2356 case 'posts_per_page':