Changes between Version 4 and Version 5 of Ticket #36510, comment 2
- Timestamp:
- 04/13/2016 04:07:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36510, comment 2
v4 v5 1 This appears to be due to the assignment of a `singular` class to the `body` of pages in 4.5 ( https://core.trac.wordpress.org/ticket/35164) where that not classed `singular` in 4.4. Note that TwentyEleven assumes it can prevent the `singular` class from being assigned in its `body_class` action. See lines 700-701 of its `functions.php` file:1 This appears to be due to the assignment of a `singular` class to the `body` of pages in 4.5 (see [ticket:35164]) where that not classed `singular` in 4.4. Note that TwentyEleven assumes it can prevent the `singular` class from being assigned in its `body_class` action. See lines 700-701 of its `functions.php` file: 2 2 3 3 {{{