Changeset 1782198
- Timestamp:
- 12/06/2017 07:07:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
widget-display-conditions/trunk/includes/common.php
r1776540 r1782198 45 45 } 46 46 47 function wdc_to_array( $object )48 {49 if ( is_array( $object ) )50 {51 return $object;52 }53 54 return get_object_vars( $object );55 }56 57 47 function wdc_post_choices( $args = null ) 58 48 {
Note: See TracChangeset
for help on using the changeset viewer.