WordPress 3.2 – removed ability to select a page template in the page attributes when adding a new page?

Make sure you don’t leave any space after “template name” and full column.

Right

<?php
/*
Template Name: About
*/
?>

Wrong

<?php
/*
Template Name : About
*/
?>