Ticket #10454: wp-includes--formatting.php.diff

File wp-includes--formatting.php.diff, 412 bytes (added by josephscott, 3 years ago)
  • wp-includes/formatting.php

     
    23522352                        $value = abs((int) $value); 
    23532353                        break; 
    23542354 
     2355                case 'users_can_register': 
     2356                        $value = (int) $value; 
     2357                        break; 
     2358 
    23552359                case 'posts_per_page': 
    23562360                case 'posts_per_rss': 
    23572361                        $value = (int) $value;