Changeset 58212 for trunk/src/wp-includes/post-formats.php
- Timestamp:
- 05/27/2024 04:28:00 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-formats.php
r55398 r58212 64 64 * @since 3.1.0 65 65 * 66 * @param int| object $post The post for which to assign a format.67 * @param string $format A format to assign. Use an empty string or array to remove all formats from the post.66 * @param int|WP_Post $post The post for which to assign a format. 67 * @param string $format A format to assign. Use an empty string or array to remove all formats from the post. 68 68 * @return array|WP_Error|false Array of affected term IDs on success. WP_Error on error. 69 69 */
Note: See TracChangeset
for help on using the changeset viewer.