Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #34570


Ignore:
Timestamp:
11/03/2015 11:52:23 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34570

    • Property Keywords has-patch dev-feedback added
  • Ticket #34570 – Description

    initial v2  
    77}}}
    88
    9 then it is moved to above the title header. Previously notices with that class were kept inline. There is another class that could (should) be used instead: `inline`, but until https://core.trac.wordpress.org/changeset/35238 support for `.below-h2` continued.
     9then it is moved to above the title header. Previously notices with that class were kept inline. There is another class that could (should) be used instead: `inline`, but until [35238] support for `.below-h2` continued.
    1010
    1111With a view of not breaking plug-ins still using the `.below-h2` class I'd like to suggest we re-instate it.