Changeset 2939471
- Timestamp:
- 07/17/2023 01:55:03 PM (3 years ago)
- File:
-
- 1 edited
-
e-mailit/tags/12.0.3/emailit_widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
e-mailit/tags/12.0.3/emailit_widget.php
r2939450 r2939471 262 262 $display = false; 263 263 264 global $wp_query; 265 $post = $wp_query->post; 264 266 if(isset($post)){ 265 267 $custom_fields = get_post_custom($post->ID); … … 355 357 } 356 358 359 global $wp_query; 360 $post = $wp_query->post; 357 361 if(isset($post)){ 358 362 $custom_fields = get_post_custom($post->ID);
Note: See TracChangeset
for help on using the changeset viewer.