Make WordPress Core

Changeset 30618


Ignore:
Timestamp:
11/28/2014 12:11:15 PM (11 years ago)
Author:
DrewAPicture
Message:

4.1 Docs Audit: Spell out HTML element names in DocBlock summaries for the nav_menu_css_class, nav_menu_item_id, and nav_menu_link_attributes filters.

Due to a recent clarification in the core inline documentation standards, HTML tags are no longer allowed in DocBlock summaries as they wreak havoc on displaying pages in the official Code Reference. See #30473.

See #30469.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/nav-menu-template.php

    r30592 r30618  
    8686
    8787        /**
    88          * Filter the CSS class(es) applied to a menu item's li element.
     88         * Filter the CSS class(es) applied to a menu item's list item element.
    8989         *
    9090         * @since 3.0.0
     
    100100
    101101        /**
    102          * Filter the ID applied to a menu item's li element.
     102         * Filter the ID applied to a menu item's list item element.
    103103         *
    104104         * @since 3.0.1
     
    122122
    123123        /**
    124          * Filter the HTML attributes applied to a menu item's 'a' element.
     124         * Filter the HTML attributes applied to a menu item's anchor element.
    125125         *
    126126         * @since 3.6.0
Note: See TracChangeset for help on using the changeset viewer.