PluginProbe
WP Ultimate Post Grid / 1.6
WP Ultimate Post Grid v1.6
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | helpers/meta_boxes/meta_box_grid.php +0 -15 2.7.01.6 View file →
@@ -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>