Ensure post title input is not shortened for non-public post types.

props tyxla.
fixes #30968.

Built from https://develop.svn.wordpress.org/trunk@32071


git-svn-id: http://core.svn.wordpress.org/trunk@32050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-04-07 20:44:27 +00:00
parent 5b629644f9
commit efbf3e2c3c
5 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@
height: 1.7em; height: 1.7em;
width: 100%; width: 100%;
outline: none; outline: none;
margin: 0; margin: 0 0 3px;
background-color: #fff; background-color: #fff;
} }

View File

@ -59,7 +59,7 @@
height: 1.7em; height: 1.7em;
width: 100%; width: 100%;
outline: none; outline: none;
margin: 0; margin: 0 0 3px;
background-color: #fff; background-color: #fff;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-beta4-32070'; $wp_version = '4.2-beta4-32071';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.