Make WordPress Core

Changes between Initial Version and Version 9 of Ticket #24766


Ignore:
Timestamp:
07/16/2013 06:08:48 PM (11 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24766

    • Property Cc michael.d.beckwith@… sabreuse added
    • Property Keywords dev-feedback added
    • Property Component changed from General to Accessibility
  • Ticket #24766 – Description

    initial v9  
    99I recommend eliminating the title attributes from all of the methods below:
    1010
    11 
    12 user.php
     11{{{
     12// user.php
    1313wp_authenticate_username_password()
    1414
    1515
    16 post-template.php
     16// post-template.php
    1717wp_page_menu()
    1818wp_get_attachment_link()
    1919
    20 
    21 media.php
     20// media.php
    2221get_image_tag()
    2322
    24 media-template.php
     23// media-template.php
    2524wp_print_media_templates()
    2625
    27 link-template.php
     26// link-template.php
    2827edit_term_link()
    2928edit_post_link()
     
    3332the_shortlink()
    3433
    35 default-widgets.php
     34// default-widgets.php
    3635widget()
    3736
    38 comment-template.php
     37// comment-template.php
    3938comments_popup_link()
    4039comment_form()
    4140
    42 class-wp-theme.php
     41// class-wp-theme.php
    4342markup_header()
    4443
    45 
    46 class-wp-editor.php
     44// class-wp-editor.php
    4745wp_fullscreen_html(). There is one title attribute here on what I think is a TinyMCE button. If that looks like a button, it should actually be a button.
    4846
    49 class-wp-customize-section.php
     47// class-wp-customize-section.php
    5048render()
    5149
    52 category-template.php
     50// category-template.php
    5351get_category_parents()
    5452get_the_category_list()
     
    5654start_el()
    5755
    58 bookmark-template.php
     56// bookmark-template.php
    5957_walk_bookmarks()
    6058
    61 author-template.php
     59// author-template.php
    6260get_the_author_link()
    6361the_author_posts_link()
    6462wp_list_authors()
    6563
    66 rss.php
     64// rss.php
    6765wp_rss()
    6866get_rss()
    6967
    70 general-template.php
     68// general-template.php
    7169get_calendar()
    7270
    73 class-wp-admin-bar.php
     71// class-wp-admin-bar.php
    7472_render_item()
     73}}}
    7574
    7675* Note: