Make WordPress Core

Ticket #15943: assumedbase

File assumedbase, 1.9 KB (added by sterlo, 13 years ago)

This is the assumed "default" values. One can obtain these values by clicking "default" and saving more than once.

Line 
1WP_Rewrite Object
2(
3    [permalink_structure] =>
4    [use_trailing_slashes] =>
5    [author_base] => author
6    [search_base] => search
7    [comments_base] => comments
8    [pagination_base] => page
9    [feed_base] => feed
10    [comments_feed_structure] =>
11    [front] =>
12    [root] =>
13    [index] => index.php
14    [matches] => matches
15    [rules] =>
16    [extra_rules] => Array
17        (
18        )
19
20    [extra_rules_top] => Array
21        (
22        )
23
24    [non_wp_rules] => Array
25        (
26        )
27
28    [extra_permastructs] => Array
29        (
30        )
31
32    [endpoints] => Array
33        (
34        )
35
36    [use_verbose_rules] =>
37    [use_verbose_page_rules] =>
38    [rewritecode] => Array
39        (
40            [0] => %year%
41            [1] => %monthnum%
42            [2] => %day%
43            [3] => %hour%
44            [4] => %minute%
45            [5] => %second%
46            [6] => %postname%
47            [7] => %post_id%
48            [8] => %author%
49            [9] => %pagename%
50            [10] => %search%
51        )
52
53    [rewritereplace] => Array
54        (
55            [0] => ([0-9]{4})
56            [1] => ([0-9]{1,2})
57            [2] => ([0-9]{1,2})
58            [3] => ([0-9]{1,2})
59            [4] => ([0-9]{1,2})
60            [5] => ([0-9]{1,2})
61            [6] => ([^/]+)
62            [7] => ([0-9]+)
63            [8] => ([^/]+)
64            [9] => ([^/]+?)
65            [10] => (.+)
66        )
67
68    [queryreplace] => Array
69        (
70            [0] => year=
71            [1] => monthnum=
72            [2] => day=
73            [3] => hour=
74            [4] => minute=
75            [5] => second=
76            [6] => name=
77            [7] => p=
78            [8] => author_name=
79            [9] => pagename=
80            [10] => s=
81        )
82
83    [feeds] => Array
84        (
85            [0] => feed
86            [1] => rdf
87            [2] => rss
88            [3] => rss2
89            [4] => atom
90        )
91
92)