Nav menus: Adjust redundant titles in accessibility helpers.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-08-04 04:53:44 +00:00
parent 86823a6675
commit 12b0257a60
3 changed files with 3 additions and 3 deletions

View File

@ -494,7 +494,7 @@ var wpNavMenu;
title = menus.subMenuFocus.replace( '%1$s', itemName ).replace( '%2$d', itemPosition ).replace( '%3$s', parentItemName ); title = menus.subMenuFocus.replace( '%1$s', itemName ).replace( '%2$d', itemPosition ).replace( '%3$s', parentItemName );
} }
$this.prop('title', title).html( title ); $this.prop('title', title).text( title );
// Mark this item's accessibility as refreshed // Mark this item's accessibility as refreshed
$this.data( 'needs_accessibility_refresh', false ); $this.data( 'needs_accessibility_refresh', false );

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.3-RC1-33535'; $wp_version = '4.3-RC1-33540';
/** /**
* 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.