Changeset 60264 for trunk/src/wp-includes/post.php
- Timestamp:
- 05/29/2025 11:07:35 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r60236 r60264 2609 2609 * Post meta data is called "Custom Fields" on the Administration Screen. 2610 2610 * 2611 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input. 2612 * 2611 2613 * @since 1.5.0 2612 2614 * … … 2640 2642 * value, will keep from removing duplicate metadata with the same key. It also 2641 2643 * allows removing all metadata matching the key, if needed. 2644 * 2645 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input. 2642 2646 * 2643 2647 * @since 1.5.0 … … 2695 2699 * 2696 2700 * Can be used in place of add_post_meta(). 2701 * 2702 * For historical reasons both the meta key and the meta value are expected to be "slashed" (slashes escaped) on input. 2697 2703 * 2698 2704 * @since 1.5.0
Note: See TracChangeset
for help on using the changeset viewer.