Ticket #3963: rewrite-php-alt.diff
| File rewrite-php-alt.diff, 592 bytes (added by , 19 years ago) |
|---|
-
E:/EclipseWork/WordPressDev/wp-includes/rewrite.php
50 50 define('EP_PAGES', 2048); 51 51 //pseudo-places 52 52 define('EP_NONE', 0 ); 53 define('EP_ALL', 255); 53 define('EP_ALL', 255); // NOTE: only covers constants whose values are less than 225 above! 54 54 55 55 //and an endpoint, like /trackback/ 56 56 function add_rewrite_endpoint($name, $places) {