From c038da308a0b3a180c9b609b1238ab63449a2c43 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sun, 18 Nov 2018 23:45:32 +0100 Subject: [PATCH] Fix space usage, indentation, readability --- author.php | 67 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 29 deletions(-) diff --git a/author.php b/author.php index 76ab557..080d972 100644 --- a/author.php +++ b/author.php @@ -12,10 +12,9 @@ if ( ! defined( 'ABSPATH' ) ) { } get_header(); -$container = get_theme_mod( 'understrap_container_type' ); +$container = get_theme_mod( 'understrap_container_type' ); ?> -
@@ -30,32 +29,36 @@ $container = get_theme_mod( 'understrap_container_type' ); @@ -65,11 +68,17 @@ $container = get_theme_mod( 'understrap_container_type' );
  • - - , - + %3$s', + esc_url( apply_filters( 'the_permalink', get_permalink( $post ), $post ) ), + esc_attr( __( 'Permanent Link:', 'understrap' ) ), + the_title( '', '', false ) + ); + ?> + + +
  • @@ -88,13 +97,13 @@ $container = get_theme_mod( 'understrap_container_type' ); - - + + -
    +
    - + - +