Changeset 32654 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r32653 r32654 78 78 * 79 79 * @param int $link_id ID of the link to delete 80 * @return bool True80 * @return true 81 81 */ 82 82 function wp_delete_link( $link_id ) { … … 141 141 * 142 142 * @param array $linkdata Elements that make up the link to insert. 143 * @param bool $wp_error Optional. If true return WP_Error object on failure.143 * @param bool $wp_error Optional. If true return WP_Error object on failure. 144 144 * @return int|WP_Error Value 0 or WP_Error on failure. The link ID on success. 145 145 */
Note: See TracChangeset
for help on using the changeset viewer.