From 5248f2a89bde56c00cd0fa72c13f6779ff85cd8d Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 29 Mar 2007 00:19:42 +0000 Subject: [PATCH] Set EP_ALL to 4095. Props jhodgdon. fixes #3963 git-svn-id: http://svn.automattic.com/wordpress/trunk@5131 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index 93046e59f..a1e0db7e0 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -50,7 +50,7 @@ define('EP_AUTHORS', 1024); define('EP_PAGES', 2048); //pseudo-places define('EP_NONE', 0 ); -define('EP_ALL', 255); +define('EP_ALL', 4095); //and an endpoint, like /trackback/ function add_rewrite_endpoint($name, $places) {