Changeset 51157 for trunk/src/wp-content/themes/twentyeleven/404.php
- Timestamp:
- 06/15/2021 03:37:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/404.php
r45932 r51157 43 43 44 44 <?php 45 /* translators: % 1$s: Smilie. */46 $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. % 1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';45 /* translators: %s: Smilie. */ 46 $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>'; 47 47 the_widget( 48 48 'WP_Widget_Archives',
Note: See TracChangeset
for help on using the changeset viewer.