Skip to content

Commit e340981

Browse files
author
Cosmin
authored
Merge pull request #152 from aryaprakasa/aprakasa
Fix some mistype code
2 parents 8505fb3 + f7f5126 commit e340981

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ function shapely_scripts() {
271271

272272
wp_enqueue_script( 'shapely-scripts', get_template_directory_uri() . '/js/shapely-scripts.js', array( 'jquery' ), '20160115', true );
273273

274-
wp_enqueue_style( 'shapely-scss', get_template_directory_uri() . '/assets/css/style.css' );
275274
}
276275

277276
add_action( 'wp_enqueue_scripts', 'shapely_scripts' );

inc/customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function shapely_customizer( $wp_customize ) {
7676

7777
// add "Sidebar" section
7878
$wp_customize->add_section( 'shapely_layout_section', array(
79-
'title' => esc_html__( 'Layout options', 'shapely' ),
79+
'title' => esc_html__( 'Color options', 'shapely' ),
8080
'description' => '',
8181
'priority' => 31,
8282
'panel' => 'shapely_main_options',

template-parts/layouts/blog-large_image_grid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@
2727

2828
endwhile;
2929
?>
30-
</div>
3130
<?php
3231

0 commit comments

Comments
 (0)