- Timestamp:
- 05/02/2025 02:17:45 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php
r51785 r60215 198 198 ); 199 199 200 if ( $r instanceof WP_Error) {200 if ( is_wp_error( $r ) ) { 201 201 return false; 202 202 } 203 203 204 $post_id = $r->ID; 204 205
Note: See TracChangeset
for help on using the changeset viewer.