- Timestamp:
- 11/12/2020 06:34:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/functions.php
r49478 r49574 74 74 register_nav_menus( 75 75 array( 76 'primary' => esc_html__( 'Primary Navigation', 'twentytwentyone' ),77 'footer' => __( ' Footer Navigation', 'twentytwentyone' ),76 'primary' => esc_html__( 'Primary Menu', 'twentytwentyone' ), 77 'footer' => __( 'Secondary Menu', 'twentytwentyone' ), 78 78 ) 79 79 ); … … 456 456 function twentytwentyone_block_editor_script() { 457 457 458 wp_enqueue_script( 'twentytwentyone- unregister-block-style', get_theme_file_uri( '/assets/js/unregister-block-style.js' ), array( 'wp-blocks', 'wp-dom' ), wp_get_theme()->get( 'Version' ), true );458 wp_enqueue_script( 'twentytwentyone-editor', get_theme_file_uri( '/assets/js/editor.js' ), array( 'wp-blocks', 'wp-dom' ), wp_get_theme()->get( 'Version' ), true ); 459 459 } 460 460
Note: See TracChangeset
for help on using the changeset viewer.