Changeset 47773 for branches/5.4
- Timestamp:
- 05/07/2020 09:50:17 PM (6 years ago)
- File:
-
- 1 edited
-
branches/5.4/src/wp-admin/about.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4/src/wp-admin/about.php
r47702 r47773 40 40 </nav> 41 41 </div> 42 43 <div class="about__section is-feature has-accent-background-color"> 44 <h1><?php _e( 'Say hello to more and better.' ); ?></h1> 45 46 <p><?php _e( 'More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.' ); ?></p> 47 </div> 48 49 <hr /> 42 50 43 51 <div class="about__section changelog"> … … 70 78 </p> 71 79 </div> 72 </div>73 74 <hr />75 76 <div class="about__section is-feature has-accent-background-color">77 <h1><?php _e( 'Say hello to more and better.' ); ?></h1>78 79 <p><?php _e( 'More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.' ); ?></p>80 80 </div> 81 81
Note: See TracChangeset
for help on using the changeset viewer.