diff --git a/src/wp-content/themes/twentyfifteen/content-link.php b/src/wp-content/themes/twentyfifteen/content-link.php index 881e07eb03..8133e8974a 100644 --- a/src/wp-content/themes/twentyfifteen/content-link.php +++ b/src/wp-content/themes/twentyfifteen/content-link.php @@ -37,6 +37,8 @@ 'after' => '', 'link_before' => '', 'link_after' => '', + 'pagelink' => '' . esc_html__( 'Page', 'twentyfifteen' ) . ' %', + 'separator' => ', ', ) ); ?> diff --git a/src/wp-content/themes/twentyfifteen/content-page.php b/src/wp-content/themes/twentyfifteen/content-page.php index 084d63800a..0b565107fe 100644 --- a/src/wp-content/themes/twentyfifteen/content-page.php +++ b/src/wp-content/themes/twentyfifteen/content-page.php @@ -23,6 +23,8 @@ 'after' => '', 'link_before' => '', 'link_after' => '', + 'pagelink' => '' . esc_html__( 'Page', 'twentyfifteen' ) . ' %', + 'separator' => ', ', ) ); ?> diff --git a/src/wp-content/themes/twentyfifteen/content.php b/src/wp-content/themes/twentyfifteen/content.php index bb188172f3..333b266a09 100644 --- a/src/wp-content/themes/twentyfifteen/content.php +++ b/src/wp-content/themes/twentyfifteen/content.php @@ -36,6 +36,8 @@ 'after' => '', 'link_before' => '', 'link_after' => '', + 'pagelink' => '' . esc_html__( 'Page', 'twentyfifteen' ) . ' %', + 'separator' => ', ', ) ); ?> diff --git a/src/wp-content/themes/twentyfifteen/image.php b/src/wp-content/themes/twentyfifteen/image.php index a223017fd1..6932b6b6b1 100644 --- a/src/wp-content/themes/twentyfifteen/image.php +++ b/src/wp-content/themes/twentyfifteen/image.php @@ -53,6 +53,8 @@ get_header(); ?> 'after' => '', 'link_before' => '', 'link_after' => '', + 'pagelink' => '' . esc_html__( 'Page', 'twentyfifteen' ) . ' %', + 'separator' => ', ', ) ); ?> diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index e5fb1add02..36eeed33bc 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -2035,7 +2035,7 @@ a.post-thumbnail:focus { font-size: 1.2rem; height: 2em; line-height: 2; - margin: 0 1px 2px 0; + margin: 0 6px 2px 0; text-align: center; width: 2em; }