Ticket #40151: 40151#.patch
| File 40151#.patch, 548 bytes (added by , 9 years ago) |
|---|
-
src/wp-admin/includes/meta-boxes.php
651 651 printf( 652 652 /* translators: %s: Codex URL */ 653 653 __( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ), 654 __( 'https://codex.wordpress.org/ Using_Custom_Fields' )654 __( 'https://codex.wordpress.org/Custom_Fields' ) 655 655 ); 656 656 ?></p> 657 657 <?php