Set EP_ALL to 4095. Props jhodgdon. fixes #3963
git-svn-id: http://svn.automattic.com/wordpress/trunk@5131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d92c0fa794
commit
5248f2a89b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue