Changeset 45932 for trunk/src/wp-links-opml.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-links-opml.php
r44612 r45932 30 30 <title> 31 31 <?php 32 /* translators: %s: site name*/32 /* translators: %s: Site title. */ 33 33 printf( __( 'Links for %s' ), esc_attr( get_bloginfo( 'name', 'display' ) ) ); 34 34 ?>
Note: See TracChangeset
for help on using the changeset viewer.