Changeset 192686
- Timestamp:
- 01/11/2010 02:59:50 PM (16 years ago)
- Location:
- wp-photocontest/trunk
- Files:
-
- 2 edited
-
lib/wp-photocontest.class.php (modified) (1 diff)
-
play.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-photocontest/trunk/lib/wp-photocontest.class.php
r192621 r192686 194 194 $return_array['data'] = $data_array; 195 195 196 //wppc_pr($return_array);197 196 return $return_array; 198 197 } -
wp-photocontest/trunk/play.php
r192675 r192686 383 383 { 384 384 ?> 385 <?php wppc_pr($current_user->data); ?>386 385 <b><?php _e('Hello', 'wp-photocontest');?> <?php echo get_the_author_meta('display_name', $current_user->data->ID); ?>,</b><br /> 387 386 <p><?php echo $enter_text;?></p>
Note: See TracChangeset
for help on using the changeset viewer.