| @@ -85,20 +85,5 @@ | ||
| 85 | 85 | <input type="checkbox" name="wpupg_centered" id="wpupg_centered" <?php if( $grid->centered() ) echo 'checked="true" '?>/> |
| 86 | 86 | </td> |
| 87 | 87 | <td><?php _e( 'Center the entire grid.', 'wp-ultimate-post-grid' ); ?></td> |
| 88 | 88 | </tr> |
| 89 | - <tr class="wpupg_divider"> | |
| 90 | - <td><label for="wpupg_empty_message"><?php _e( 'Empty Message', 'wp-ultimate-post-grid' ); ?></label></td> | |
| 91 | - <td> | |
| 92 | - <?php | |
| 93 | - $options = array( | |
| 94 | - 'textarea_rows' => 5, | |
| 95 | - 'media_buttons' => false, | |
| 96 | - 'teeny' => true, | |
| 97 | - ); | |
| 98 | - | |
| 99 | - wp_editor( $grid->empty_message(), 'wpupg_empty_message', $options ); | |
| 100 | - ?> | |
| 101 | - </td> | |
| 102 | - <td><?php _e( 'Message to show when there are no items to display.', 'wp-ultimate-post-grid' ); ?></td> | |
| 103 | - </tr> | |
| 104 | 89 | </table> |