Update CSS and footer widgets default number.

This commit is contained in:
MickeyKay
2014-08-26 16:26:29 -07:00
parent a47a71db6f
commit 283c8c0836
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ function trestle_custom_defaults( $defaults ) {
'trestle_nav_button_text' => '[icon name="icon-list-ul"] ' . __( 'Navigation', 'trestle' ),
'trestle_read_more_text' => __( 'Read More »', 'trestle' ),
'trestle_revisions_number' => 3,
'trestle_footer_widgets_number' => 3,
'trestle_equal_height_cols' => 1,
'trestle_equal_cols_breakpoint' => 768,
);