Changeset 38024
- Timestamp:
- 07/09/2016 01:59:16 PM (9 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r37890 r38024 420 420 * @global int $cat Currently selected category. 421 421 * 422 * @param string $post_type The Post Type.422 * @param string $post_type Post type slug. 423 423 */ 424 424 protected function categories_dropdown( $post_type ) { … … 431 431 * 432 432 * @param bool $disable Whether to disable the categories drop-down. Default false. 433 * @param string $post_type The post type.433 * @param string $post_type Post type slug. 434 434 */ 435 435 if ( false !== apply_filters( 'disable_categories_dropdown', false, $post_type ) ) { -
trunk/src/wp-admin/includes/export.php
r37488 r38024 257 257 258 258 /** 259 * Output term meta XML tags for a given term object.259 * Output term meta XML tags for a given term object. 260 260 * 261 261 * @since 4.6.0 -
trunk/src/wp-admin/includes/media.php
r37961 r38024 2770 2770 2771 2771 /** 2772 * Fires when a ttachment type can't be rendered in the edit form.2772 * Fires when an attachment type can't be rendered in the edit form. 2773 2773 * 2774 2774 * @since 4.6.0 -
trunk/src/wp-admin/includes/misc.php
r37674 r38024 921 921 922 922 /** 923 * Output JS that reloads the page if the user navigated to it with the Back or Forward button.923 * Outputs JS that reloads the page if the user navigated to it with the Back or Forward button. 924 924 * 925 925 * Used on the Edit Post and Add New Post screens. Needed to ensure the page is not loaded from browser cache, -
trunk/src/wp-admin/includes/ms.php
r37985 r38024 1036 1036 * 1037 1037 * @param $args { 1038 * Optional. Array or string of Query parameters. 1039 * 1040 * @type int $blog_idThe site ID. Default is the current site.1041 * @type array $linksThe tabs to include with (label|url|cap) keys.1042 * @type string $selectedThe ID of the selected link.1038 * Optional. Array or string of Query parameters. Default empty array. 1039 * 1040 * @type int $blog_id The site ID. Default is the current site. 1041 * @type array $links The tabs to include with (label|url|cap) keys. 1042 * @type string $selected The ID of the selected link. 1043 1043 * } 1044 1044 */ -
trunk/src/wp-admin/includes/post.php
r37914 r38024 1437 1437 * 1438 1438 * @since 2.9.0 1439 * @since 3.5.0 Added $post->ID1440 * @since 4.6.0 Added $thumbnail_id1439 * @since 3.5.0 Added the `$post_id` parameter. 1440 * @since 4.6.0 Added the `$thumbnail_id` parameter. 1441 1441 * 1442 1442 * @param string $content Admin post thumbnail HTML markup.
Note: See TracChangeset
for help on using the changeset viewer.