Corrected a comment for custom templates in functions.php. Corrected Wordpress to WordPress. 💯

This commit is contained in:
Ashar Irfan 2017-10-03 13:18:29 +05:00
parent 37dc527e5b
commit af83978869
7 changed files with 11 additions and 11 deletions

View File

@ -48,7 +48,7 @@ require get_template_directory() . '/inc/extras.php';
require get_template_directory() . '/inc/customizer.php';
/**
* Customizer additions.
* Custom Comments file.
*/
require get_template_directory() . '/inc/custom-comments.php';

View File

@ -85,7 +85,7 @@ if ( ! function_exists( 'understrap_setup' ) ) :
'default-image' => '',
) ) );
// Set up the Wordpress Theme logo feature.
// Set up the WordPress Theme logo feature.
add_theme_support( 'custom-logo' );
// Check and setup theme default settings.

View File

@ -297,7 +297,7 @@ msgid ""
"or as parent theme. It is up to you."
msgstr ""
"Una combinacion de tema _s (Automattic) y de Bootstrap 4. Realizado solidamente "
"Punto de partida para tus proyectos hechos en Wordpress. Utilizar Empezar como "
"Punto de partida para tus proyectos hechos en WordPress. Utilizar Empezar como "
"padre tema de tus temas, es tu decisión."
#. Author of the theme

View File

@ -385,7 +385,7 @@ msgid ""
"starter theme or as parent theme. It is up to you."
msgstr ""
"En kombination av Automattic´s _s tema och Bootstrap 4. Gjort som en bas för "
"ditt nästa tema eller Wordpress webbplats. Använd det som en grund eller som "
"ditt nästa tema eller WordPress webbplats. Använd det som en grund eller som "
"ett förälder tema. Det är upp till dig."
#. Author of the theme

View File

@ -1,7 +1,7 @@
{
"name": "understrap",
"version": "0.6.5",
"description": "Wordpress Theme framework",
"description": "WordPress Theme framework",
"main": "index.js",
"scripts": {
"postinstall": "gulp copy-assets"

View File

@ -5,7 +5,7 @@
// Reset hero wrapper padding to 0
#wrapper-hero { padding: 0px !important; }
// Adding basic Wordpress classes to pass the Wordpress.org tests
// Adding basic WordPress classes to pass the WordPress.org tests
.sticky,
.gallery-caption,
.bypostauthor {