Changeset 4345
- Timestamp:
- 11/11/2016 12:31:24 AM (8 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/common.php
r4326 r4345 99 99 $attendee = get_post( $post_id ); 100 100 101 // todo return early to avoid a PHP notice when $attendee isn't a WP_Post, like during cron or 404 102 101 103 if ( 'tix_attendee' != $attendee->post_type ) { 102 104 return $value; -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/classes/wordcamp-coming-soon-page.php
r3838 r4345 46 46 47 47 $this->dequeue_all_stylesheets(); 48 49 if ( is_user_logged_in() ) { 50 wp_enqueue_style( 'admin-bar' ); 51 } 48 52 49 53 wp_register_style( -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-mailer.php
r3197 r4345 98 98 * @see http://stackoverflow.com/q/4728393/450127 99 99 * 100 * @todo Switch this and all other instances of hardcoded addresses to use EMAIL_CENTRAL_SUPPORT and 101 * EMAIL_DEVELOPER_NOTIFICATIONS constants 102 * 100 103 * @param string $to 101 104 * @param string $subject … … 104 107 * @param WP_Post $email 105 108 * @param WP_Post $wordcamp 109 * 106 110 * @return bool 107 111 */ -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-reminders/wcor-reminder.php
r4279 r4345 420 420 421 421 $status_weights = array( 422 // @todo - this needs to be updated with new wordcamp post statuses 422 423 'draft' => 3, 423 424 'pending' => 2,
Note: See TracChangeset
for help on using the changeset viewer.