Make WordPress Core

Changeset 33540


Ignore:
Timestamp:
08/03/2015 09:03:59 PM (10 years ago)
Author:
ocean90
Message:

Nav menus: Adjust redundant titles in accessibility helpers.

File:
1 edited

Legend:

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

    r33502 r33540  
    495495            }
    496496
    497             $this.prop('title', title).html( title );
     497            $this.prop('title', title).text( title );
    498498
    499499            // Mark this item's accessibility as refreshed
Note: See TracChangeset for help on using the changeset viewer.