Changeset 41012 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 07/06/2017 07:04:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r40804 r41012 2264 2264 2265 2265 $existing_changeset_data = $this->get_changeset_post_data( $changeset_post_id ); 2266 if ( is_wp_error( $existing_changeset_data ) ) { 2267 return $existing_changeset_data; 2268 } 2266 2269 } 2267 2270
Note: See TracChangeset
for help on using the changeset viewer.