Changeset 61299 for trunk/src/wp-includes/class-wp-rewrite.php
- Timestamp:
- 11/25/2025 01:58:14 AM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-rewrite.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r60458 r61299 53 53 * 54 54 * @since 1.5.0 55 * @var ?string 56 */ 57 public $author_structure; 58 59 /** 60 * Permalink structure for date archives. 61 * 62 * @since 1.5.0 63 * @var ?string 64 */ 65 public $date_structure; 66 67 /** 68 * Permalink structure for pages. 69 * 70 * @since 1.5.0 71 * @var ?string 72 */ 73 public $page_structure; 74 75 /** 76 * Base of the search permalink structure (example.com/$search_base/query). 77 * 78 * @since 1.5.0 55 79 * @var string 56 80 */ 57 public $author_structure;58 59 /**60 * Permalink structure for date archives.61 *62 * @since 1.5.063 * @var string64 */65 public $date_structure;66 67 /**68 * Permalink structure for pages.69 *70 * @since 1.5.071 * @var string72 */73 public $page_structure;74 75 /**76 * Base of the search permalink structure (example.com/$search_base/query).77 *78 * @since 1.5.079 * @var string80 */81 81 public $search_base = 'search'; 82 82 … … 85 85 * 86 86 * @since 1.5.0 87 * @var string87 * @var ?string 88 88 */ 89 89 public $search_structure; … … 125 125 * 126 126 * @since 1.5.0 127 * @var string127 * @var ?string 128 128 */ 129 129 public $comment_feed_structure; … … 133 133 * 134 134 * @since 1.5.0 135 * @var string135 * @var ?string 136 136 */ 137 137 public $feed_structure;
Note: See TracChangeset
for help on using the changeset viewer.