Changeset 48104 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r48100 r48104 1078 1078 1079 1079 /** 1080 * Get the changeset post idfor the loaded changeset.1080 * Get the changeset post ID for the loaded changeset. 1081 1081 * 1082 1082 * @since 4.7.0 … … 3211 3211 * @since 4.9.0 3212 3212 * 3213 * @param int $changeset_post_id Changeset post id.3214 * @param bool $take_over Take over the changeset, default isfalse.3213 * @param int $changeset_post_id Changeset post ID. 3214 * @param bool $take_over Whether to take over the changeset. Default false. 3215 3215 */ 3216 3216 public function set_changeset_lock( $changeset_post_id, $take_over = false ) { … … 3236 3236 * @since 4.9.0 3237 3237 * 3238 * @param int $changeset_post_id Changeset post id.3238 * @param int $changeset_post_id Changeset post ID. 3239 3239 */ 3240 3240 public function refresh_changeset_lock( $changeset_post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.