Changes between Initial Version and Version 1 of Ticket #26277, comment 10
- Timestamp:
- 11/27/2013 01:24:15 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26277, comment 10
initial v1 2 2 If register_post_type for a custom post type named "deposits" with 'pages'=>false, the following two rules are created (among others): 3 3 4 5 {{{ 4 6 individuals/deposits/([^/]+)/page/?([0-9]{1,})/?$ 5 7 => … … 10 12 index.php?deposit=$matches[1]&page=$matches[2] 11 13 14 }}} 15 12 16 However, if I call it with 'paged'=>false, the first rule is not created. 13 17 14 I s this the correct behaviour?18 I believe this is incorrect.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)