Skip to content

Commit

Permalink
Remove debug code. Increase Facebook max_broadcast_limit to 50000
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mospaw committed Oct 28, 2014
1 parent 33b6487 commit 6f9e6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/wp-admin/post/broadcast/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
?>
<div class="broadcast-edit<?php echo ($account['edit'] ? ' edit' : ''); echo ($account['checked'] ? ' checked' : ''); ?>">
<input type="checkbox" name="<?php echo esc_attr($account['field_name_checked']); ?>" id="<?php echo esc_attr($account['field_name_checked'].$account['field_value_checked']); ?>" value="<?php echo esc_attr($account['field_value_checked']); ?>"<?php checked($account['checked'], true); ?> />
<h2>MAXLENGTH: <?php echo esc_attr($account['maxlength']); ?></h2><br>
<textarea name="<?php echo esc_attr($account['field_name_content']); ?>" cols="40" rows="2" maxlength="<?php echo esc_attr($account['maxlength']); ?>"><?php echo esc_textarea($account['content']); ?></textarea>
<p class="readonly"><?php echo esc_textarea($account['content']); ?></p>
<a href="#" class="edit"><?php _e('Edit', 'social'); ?></a>
Expand Down

0 comments on commit 6f9e6e3

Please sign in to comment.