Changeset 51327 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/03/2021 09:41:02 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r51301 r51327 4412 4412 * the post type slug. 4413 4413 * 4414 * Possible hook names include: 4415 * 4416 * - `edit_post_post` 4417 * - `edit_post_page` 4418 * 4414 4419 * @since 5.1.0 4415 4420 * … … 4448 4453 * The dynamic portion of the hook name, `$post->post_type`, refers to 4449 4454 * the post type slug. 4455 * 4456 * Possible hook names include: 4457 * 4458 * - `save_post_post` 4459 * - `save_post_page` 4450 4460 * 4451 4461 * @since 3.7.0
Note: See TracChangeset
for help on using the changeset viewer.