Changeset 42123
- Timestamp:
- 11/07/2017 04:25:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r42121 r42123 49 49 <picture> 50 50 <source media="(max-width: 500px)" srcset="<?php echo 'https://s.w.org/images/core/4.9/banner-mobile.svg'; ?>"> 51 <img src=" <?php echo 'https://s.w.org/images/core/4.9/banner.svg'; ?>" alt="">51 <img src="https://s.w.org/images/core/4.9/banner.svg" alt=""> 52 52 </picture> 53 53 </div> … … 59 59 <div class="section-item"> 60 60 <div class="inline-svg"> 61 <img src=" <?php echo 'https://s.w.org/images/core/4.9/draft-and-schedule.svg'; ?>" alt="">61 <img src="https://s.w.org/images/core/4.9/draft-and-schedule.svg" alt=""> 62 62 </div> 63 63 <h3><?php _e( 'Draft and Schedule Site Design Customizations' ); ?></h3> … … 66 66 <div class="section-item"> 67 67 <div class="inline-svg"> 68 <img src=" <?php echo 'https://s.w.org/images/core/4.9/design-preview-links.svg'; ?>" alt="">68 <img src="https://s.w.org/images/core/4.9/design-preview-links.svg" alt=""> 69 69 </div> 70 70 <h3><?php _e( 'Collaborate with Design Preview Links' ); ?></h3> … … 73 73 <div class="section-item"> 74 74 <div class="inline-svg"> 75 <img src=" <?php echo 'https://s.w.org/images/core/4.9/locking.svg'; ?>" alt="">75 <img src="https://s.w.org/images/core/4.9/locking.svg" alt=""> 76 76 </div> 77 77 <h3><?php _e( 'Design Locking To Guard Your Changes' ); ?></h3> … … 80 80 <div class="section-item"> 81 81 <div class="inline-svg"> 82 <img src=" <?php echo 'https://s.w.org/images/core/4.9/prompt.svg'; ?>" alt="">82 <img src="https://s.w.org/images/core/4.9/prompt.svg" alt=""> 83 83 </div> 84 84 <h3><?php _e( 'A Prompt to Protect Your Work' ); ?></h3> … … 94 94 <div class="section-item"> 95 95 <div class="inline-svg"> 96 <img src=" <?php echo 'https://s.w.org/images/core/4.9/syntax-highlighting.svg'; ?>" alt="">96 <img src="https://s.w.org/images/core/4.9/syntax-highlighting.svg" alt=""> 97 97 </div> 98 98 <h3><?php _e( 'Syntax Highlighting and Error Checking? Yes, Please!' ); ?></h3> … … 101 101 <div class="section-item"> 102 102 <div class="inline-svg"> 103 <img src=" <?php echo 'https://s.w.org/images/core/4.9/sandbox.svg'; ?>" alt="">103 <img src="https://s.w.org/images/core/4.9/sandbox.svg" alt=""> 104 104 </div> 105 105 <h3><?php _e( 'Sandbox for Safety' ); ?></h3> … … 108 108 <div class="section-item"> 109 109 <div class="inline-svg"> 110 <img src=" <?php echo 'https://s.w.org/images/core/4.9/warning.svg'; ?>" alt="">110 <img src="https://s.w.org/images/core/4.9/warning.svg" alt=""> 111 111 </div> 112 112 <h3><?php _e( 'Warning: Potential Danger Ahead!' ); ?></h3> … … 122 122 <div class="section-item"> 123 123 <div class="inline-svg"> 124 <img src=" <?php echo 'https://s.w.org/images/core/4.9/gallery-widget.svg'; ?>" alt="">124 <img src="https://s.w.org/images/core/4.9/gallery-widget.svg" alt=""> 125 125 </div> 126 126 <h3><?php _e( 'The New Gallery Widget' ); ?></h3> … … 129 129 <div class="section-item"> 130 130 <div class="inline-svg"> 131 <img src=" <?php echo 'https://s.w.org/images/core/4.9/media-button.svg'; ?>" alt="">131 <img src="https://s.w.org/images/core/4.9/media-button.svg" alt=""> 132 132 </div> 133 133 <h3><?php _e( 'Press a Button, Add Media' ); ?></h3> … … 143 143 <div class="section-item"> 144 144 <div class="inline-svg"> 145 <img src=" <?php echo 'https://s.w.org/images/core/4.9/theme-switching.svg'; ?>" alt="">145 <img src="https://s.w.org/images/core/4.9/theme-switching.svg" alt=""> 146 146 </div> 147 147 <h3><?php _e( 'More Reliable Theme Switching' ); ?></h3> … … 150 150 <div class="section-item"> 151 151 <div class="inline-svg"> 152 <img src=" <?php echo 'https://s.w.org/images/core/4.9/menu-flow.svg'; ?>" alt="">152 <img src="https://s.w.org/images/core/4.9/menu-flow.svg" alt=""> 153 153 </div> 154 154 <h3><?php _e( 'Better Menu Instructions = Less Confusion' ); ?></h3> … … 161 161 <picture> 162 162 <source media="(max-width: 500px)" srcset="<?php echo 'https://s.w.org/images/core/4.9/gutenberg-mobile.svg'; ?>"> 163 <img src=" <?php echo 'https://s.w.org/images/core/4.9/gutenberg.svg'; ?>" alt="">163 <img src="https://s.w.org/images/core/4.9/gutenberg.svg" alt=""> 164 164 </picture> 165 165 </div>
Note: See TracChangeset
for help on using the changeset viewer.