Ticket #38616: 38616.4.patch
File 38616.4.patch, 2.8 KB (added by , 7 years ago) |
---|
-
wp-admin/about.php
137 137 138 138 <div class="under-the-hood three-col"> 139 139 <div class="col"> 140 <h3><?php 141 printf( 142 /* translators: %s: https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/ */ 143 __( '<a href="%s">Post Type Templates</a>' ), 144 'https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/' 145 ); 146 ?></h3> 140 <h3><a href="https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/"><?php _e( 'Post Type Templates' ); ?></a></h3> 147 141 <p><?php _e( 'By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.' ); ?></p> 148 142 </div> 149 143 <div class="col"> … … 157 151 ?></p> 158 152 </div> 159 153 <div class="col"> 160 <h3><?php 161 printf( 162 /* translators: %s: https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/ */ 163 __( '<a href="%s">Custom Bulk Actions</a>' ), 164 'https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/' 165 ); 166 ?></h3> 154 <h3><a href="https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/"><?php _e( 'Custom Bulk Actions' ); ?></a></h3> 167 155 <p><?php _e( 'List tables, now with more than bulk edit and delete.' ); ?></p> 168 156 </div> 169 157 </div> … … 170 158 171 159 <div class="under-the-hood three-col"> 172 160 <div class="col"> 173 <h3><?php 174 printf( 175 '<a href="%1$s">%2$s</a>', 176 'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/', 177 '<code>WP_Hook</code>' 178 ); 179 ?></h3> 161 <h3><a href="https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/"><code>WP_Hook</code></a></h3> 180 162 <p><?php 181 163 printf( 182 164 /* translators: %s: https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/ */ … … 197 179 ?></p> 198 180 </div> 199 181 <div class="col"> 200 <h3><?php 201 printf( 202 /* translators: %s: https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/ */ 203 __( '<a href="%s">Customize Changesets</a>' ), 204 'https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/' 205 ); 206 ?></h3> 182 <h3><a href="https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/"><?php _e( 'Customize Changesets' ); ?></a></h3> 207 183 <p><?php _e( 'Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.' ); ?></p> 208 184 </div> 209 185 </div>