Make WordPress Core

Ticket #8376: X-title-r9971.diff

File X-title-r9971.diff, 604 bytes (added by FFEMTcJ, 18 years ago)

Adds title to the "x"

  • wp-admin/js/inline-edit-post.js

     
    8989                        if ( $(this).attr('checked') ) {
    9090                                var id = $(this).val();
    9191                                var theTitle = $('#inline_'+id+' .post_title').text() || '#'+id;
    92                                 te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton">X</a>'+theTitle+'</div>';
     92                                te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton" title="Remove From Bulk Edit">X</a>'+theTitle+'</div>';
    9393                        }
    9494                });
    9595