Changeset 3162 for sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
- Timestamp:
- 05/17/2016 08:17:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r2898 r3162 213 213 global $post; 214 214 215 if ( ! is_a( $post, 'WP_Post' ) ) { 216 return array(); 217 } 218 215 219 $options = array( 'ajaxURL' => admin_url( 'admin-ajax.php' ) ); 216 220
Note: See TracChangeset
for help on using the changeset viewer.