Make WordPress Core


Ignore:
Timestamp:
11/24/2014 04:57:17 AM (10 years ago)
Author:
DrewAPicture
Message:

Ensure inline code is markdown-escaped as such, and that code snippets in descriptions are properly indented.

Affects DocBlocks for the following core elements:

  • Backtick-escapes a <link> tag in a parameter description for the embed_oembed_discover hook
  • Inline code fixes in the summary and return description for WP_List_Table::get_table_classes()
  • Removes HTML markup from the summary for WP_List_Table::display_rows_or_placeholder()
  • Backtick-escapes a <tr> tag in a parameter description for WP_Users_List_Table::single_row()
  • Converts non-DocBlocks into multi-line comments in WP_Dependencies::do_items()
  • Removes HTML markup from the summary for the comment_form_top hook.
  • Inline code and snippet fixes in the description for wp_get_schedules()

Props rarst for the initial patch.
See #30473.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-users-list-table.php

    r29707 r30537  
    332332     *
    333333     * @param object $user_object The current user object.
    334      * @param string $style       Optional. Style attributes added to the <tr> element.
     334     * @param string $style       Optional. Style attributes added to the `<tr>` element.
    335335     *                            Must be sanitized. Default empty.
    336336     * @param string $role        Optional. Key for the $wp_roles array. Default empty.
Note: See TracChangeset for help on using the changeset viewer.