Changeset 13829
- Timestamp:
- 03/26/2010 07:23:39 PM (15 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r13801 r13829 428 428 * Add meta data field to a comment. 429 429 * 430 * @since 2.9 430 * @since 2.9.0 431 431 * @uses add_metadata 432 432 * @link http://codex.wordpress.org/Function_Reference/add_comment_meta … … 449 449 * allows removing all metadata matching key, if needed. 450 450 * 451 * @since 2.9 451 * @since 2.9.0 452 452 * @uses delete_metadata 453 453 * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta … … 465 465 * Retrieve comment meta field for a comment. 466 466 * 467 * @since 2.9 467 * @since 2.9.0 468 468 * @uses get_metadata 469 469 * @link http://codex.wordpress.org/Function_Reference/get_comment_meta … … 487 487 * If the meta field for the comment does not exist, it will be added. 488 488 * 489 * @since 2.9 489 * @since 2.9.0 490 490 * @uses update_metadata 491 491 * @link http://codex.wordpress.org/Function_Reference/update_comment_meta -
trunk/wp-includes/formatting.php
r13733 r13829 2771 2771 * strip octets. 2772 2772 * 2773 * @since 2.9 2773 * @since 2.9.0 2774 2774 * 2775 2775 * @param string $str -
trunk/wp-includes/functions.php
r13806 r13829 2888 2888 * it hasn't, then it will load the embeds library. 2889 2889 * 2890 * @since 2.9 2890 * @since 2.9.0 2891 2891 */ 2892 2892 function wp_maybe_load_embeds() { -
trunk/wp-includes/post.php
r13827 r13829 176 176 * The path is relative to the current upload dir. 177 177 * 178 * @since 2.9 178 * @since 2.9.0 179 179 * @uses apply_filters() Calls '_wp_relative_upload_path' on file path. 180 180 * -
trunk/wp-includes/theme.php
r13819 r13829 1527 1527 * Must be called in the themes functions.php file to work. 1528 1528 * 1529 * @since 2.9 1529 * @since 2.9.0 1530 1530 * @param string $feature the feature being added 1531 1531 */ … … 1542 1542 * Checks a theme's support for a given feature 1543 1543 * 1544 * @since 2.9 1544 * @since 2.9.0 1545 1545 * @param string $feature the feature being checked 1546 1546 * @return boolean … … 1580 1580 * Checks a theme's support for a given feature before loading the functions which implement it. 1581 1581 * 1582 * @since 2.9 1582 * @since 2.9.0 1583 1583 * @param string $feature the feature being checked 1584 1584 * @param string $include the file containing the functions that implement the feature
Note: See TracChangeset
for help on using the changeset viewer.