Changeset 39433
- Timestamp:
- 12/02/2016 12:30:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r39420 r39433 173 173 <h3><?php 174 174 printf( 175 /* translators: 1: WP_Hook, 2: https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/ */ 176 __( '<a href="%1$s">%2$s</a>' ), 177 '<code>https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/</code>', 175 '<a href="%1$s">%2$s</a>', 176 'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/', 178 177 '<code>WP_Hook</code>' 179 178 ); … … 194 193 __( '%1$s <a href="%2$s">has been enhanced</a> to include type, description, and REST API visibility.' ), 195 194 '<code>register_setting()</code>', 196 ' <code>https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/</code>'195 'https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/' 197 196 ); 198 197 ?></p>
Note: See TracChangeset
for help on using the changeset viewer.