Make WordPress Core

Changeset 33541


Ignore:
Timestamp:
08/03/2015 09:04:30 PM (9 years ago)
Author:
ocean90
Message:

Nav menus: Adjust redundant titles in accessibility helpers.

Merge of [33540] to the 4.2 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.2/src/wp-admin/js/nav-menu.js

    r32175 r33541  
    493493            }
    494494
    495             $this.prop('title', title).html( title );
     495            $this.prop('title', title).text( title );
    496496
    497497            // Mark this item's accessibility as refreshed
Note: See TracChangeset for help on using the changeset viewer.