Changes between Initial Version and Version 1 of Ticket #61555
- Timestamp:
- 07/03/2024 02:12:32 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61555
- Property Keywords needs-patch removed
-
Property
Version
changed from
trunk
to -
Property
Type
changed from
defect (bug)
toenhancement
-
Ticket #61555 – Description
initial v1 1 The function wp_title() simply never considers is_front_pageto be true, and as such is broken.1 The function `wp_title()` simply never considers `is_front_page` to be true, and as such is broken. 2 2 3 ''Legacy themes for example use wp_title'', see https://core.trac.wordpress.org/ticket/57778, and the codex itself still says you must use it https://codex.wordpress.org/Theme_Development, **although I know that is not true anymore, in fact nowadays you must use add_theme_supportinstead.**3 ''Legacy themes for example use wp_title'', see #57778, and the [https://codex.wordpress.org/Theme_Development#Document_Head_.28header.php.29 Codex itself still says you must use it], **although I know that is not true anymore, in fact nowadays you must use `add_theme_support` instead.** 4 4 5 5 ---