Make WordPress Core


Ignore:
Timestamp:
12/31/2013 10:32:18 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Use correct example of a Dashicons helper class in add_menu_page() and register_post_type() docs.

props Rarst.
fixes #26617 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r26664 r26884  
    11321132 *     * Pass a base64-encoded SVG using a data URI, which will be colored to match the color scheme.
    11331133 *      This should begin with 'data:image/svg+xml;base64,'.
    1134  *     * Pass the name of a Dashicons helper class to use a font icon, e.g. 'dashicons-piechart'.
     1134 *     * Pass the name of a Dashicons helper class to use a font icon, e.g. 'dashicons-chart-pie'.
    11351135 *     * Pass 'none' to leave div.wp-menu-image empty so an icon can be added via CSS.
    11361136 * - capability_type - The string to use to build the read, edit, and delete capabilities. Defaults to 'post'.
Note: See TracChangeset for help on using the changeset viewer.