Skip to content

Commit

Permalink
Bugfix: replaced bitacora with tu where needed. (#7165)
Browse files Browse the repository at this point in the history
Due to typo bitacora_support was hooked to after_sebitacorap_theme.
  • Loading branch information
nvourva authored Jul 5, 2023
1 parent fe96f6a commit 4f02c8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bitacora/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
if ( ! function_exists( 'bitacora_support' ) ) :

/**
* Sets up theme defaults and registers support for various WordPress feabitacorares.
* Sets up theme defaults and registers support for various WordPress features.
*
* @since Bitácora 1.0
*
* @rebitacorarn void
* @return void
*/
function bitacora_support() {

Expand All @@ -29,7 +29,7 @@ function bitacora_support() {

endif;

add_action( 'after_sebitacorap_theme', 'bitacora_support' );
add_action( 'after_setup_theme', 'bitacora_support' );

if ( ! function_exists( 'bitacora_styles' ) ) :

Expand All @@ -38,7 +38,7 @@ function bitacora_support() {
*
* @since Bitácora 1.0
*
* @rebitacorarn void
* @return void
*/
function bitacora_styles() {

Expand Down

0 comments on commit 4f02c8b

Please sign in to comment.