Skip to content

Commit

Permalink
Synchronize SVN repo with Git
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Sep 13, 2018
1 parent 992af53 commit bf88297
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions blank-slate-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<?php if ( ! get_theme_support( 'title-tag' ) ): ?>
<title><?php wp_title(); ?></title>
<?php endif; ?>
<?php if ( ! get_theme_support( 'title-tag' ) ): ?>
<title><?php wp_title(); ?></title>
<?php endif; ?>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">

Expand Down
3 changes: 2 additions & 1 deletion blank-slate.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
/*
Plugin Name: Blank Slate
Plugin URI: http://aaronreimann.com/wordpress
Version: 1.1.1
Version: 1.1.2
Description: This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer.
Author: Aaron Reimann
Author URI: http://aaronreimann.com/wordpress
*/
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: areimann
Donate link: http://aaronreimann.com/wordpress
Tags: blank, empty, canvas, landing, page builder
Requires at least: 4.0
Tested up to: 4.8
Stable 1.1.1
Tested up to: 4.9.8
Stable 1.1.2
Stable tag: trunk

This plugin creates a page template giving you a blank page so “the_content()” of the page is all that is displayed, no header, no footer.
Expand Down Expand Up @@ -34,6 +34,9 @@ This is a fork of a plugin that adds a template selection written by [Harri Bell

== Changelog ==

= 1.1.2 =
* Showing title for themes that don't support title-tag

= 1.1.1 =
* Template that is loaded now loads viewport correctly

Expand Down

0 comments on commit bf88297

Please sign in to comment.