From: "Danny G Smith" <[email protected]>
It appears that is_page is not sanitizing the input text, at least that is my guess, when I use 'Education & Outreach' which it the page title, it does not work, but if I use the page number 25 it does.

This works in 2.9.2 and 3.0-beta2-14565

<?php
$page_title = 'Education & Outreach';
if ( is_page($page_title) ) {
echo 'this is the Education & Outreach page';
}
?>

Regards

MichaelH
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to