Changeset 30680 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/01/2014 12:59:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r30648 r30680 1121 1121 * @since 2.5.0 1122 1122 * 1123 * @param int |object$id Post ID or post object.1123 * @param integer $id Post ID or post object. 1124 1124 * @param string $title (optional) Title 1125 1125 * @param string $name (optional) Name … … 1186 1186 * @since 2.5.0 1187 1187 * 1188 * @param int |object$id Post ID or post object.1188 * @param integer $id Post ID or post object. 1189 1189 * @param string $new_title Optional. New title. 1190 1190 * @param string $new_slug Optional. New slug. … … 1309 1309 * 1310 1310 * @param int $post_id ID of the post to check for editing 1311 * @return bool|intFalse: not locked or locked by current user. Int: user ID of user with lock.1311 * @return integer False: not locked or locked by current user. Int: user ID of user with lock. 1312 1312 */ 1313 1313 function wp_check_post_lock( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.