Changeset 30648 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 11/30/2014 11:27:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r30645 r30648 966 966 * Filter the number of items per page to show for a specific 'per_page' type. 967 967 * 968 * The dynamic portion of the hook name, $post_type, refers to the post type.968 * The dynamic portion of the hook name, `$post_type`, refers to the post type. 969 969 * 970 970 * Some examples of filter hooks generated here include: 'edit_attachment_per_page', … … 1105 1105 * Filter the postbox classes for a specific screen and screen ID combo. 1106 1106 * 1107 * The dynamic portions of the hook name, $page, and $id, refer to1108 * the screen ,and screen ID, respectively.1107 * The dynamic portions of the hook name, `$page` and `$id`, refer to 1108 * the screen and screen ID, respectively. 1109 1109 * 1110 1110 * @since 3.2.0
Note: See TracChangeset
for help on using the changeset viewer.