Changeset 43571 for trunk/src/wp-content/themes/twentyeleven/404.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/404.php
r42343 r43571 38 38 ) 39 39 ); 40 ?>40 ?> 41 41 </ul> 42 42 </div> … … 46 46 $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>'; 47 47 the_widget( 48 'WP_Widget_Archives', array( 48 'WP_Widget_Archives', 49 array( 49 50 'count' => 0, 50 51 'dropdown' => 1, 51 ), array( 'after_title' => '</h2>' . $archive_content ) 52 ), 53 array( 'after_title' => '</h2>' . $archive_content ) 52 54 ); 53 55 ?>
Note: See TracChangeset
for help on using the changeset viewer.