Changeset 31265 for trunk/src/wp-content/themes/twentyeleven/404.php
- Timestamp:
- 01/22/2015 12:41:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/404.php
r25625 r31265 35 35 /* translators: %1$s: smilie */ 36 36 $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>'; 37 the_widget( 'WP_Widget_Archives', array( 'count' => 0 , 'dropdown' => 1 ), array( 'after_title' => '</h2>'.$archive_content ) );37 the_widget( 'WP_Widget_Archives', array( 'count' => 0, 'dropdown' => 1 ), array( 'after_title' => '</h2>' . $archive_content ) ); 38 38 ?> 39 39
Note: See TracChangeset
for help on using the changeset viewer.