Pārlūkot izejas kodu

Bugfix: replaced bitacora with tu where needed. (#7165)

Due to typo bitacora_support was hooked to after_sebitacorap_theme.
nvourva 2 gadi atpakaļ
vecāks
revīzija
4f02c8b85b
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      bitacora/functions.php

+ 4 - 4
bitacora/functions.php

@@ -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() {
 
@@ -29,7 +29,7 @@ if ( ! function_exists( 'bitacora_support' ) ) :
 
 endif;
 
-add_action( 'after_sebitacorap_theme', 'bitacora_support' );
+add_action( 'after_setup_theme', 'bitacora_support' );
 
 if ( ! function_exists( 'bitacora_styles' ) ) :
 
@@ -38,7 +38,7 @@ if ( ! function_exists( 'bitacora_styles' ) ) :
 	 *
 	 * @since Bitácora 1.0
 	 *
-	 * @rebitacorarn void
+	 * @return void
 	 */
 	function bitacora_styles() {