| @@ -63,10 +63,19 @@ | ||
| 63 | 63 | * @access protected |
| 64 | 64 | */ |
| 65 | 65 | protected function _renderSidebar() { |
| 66 | 66 | echo '<div id="sidebar">'; |
| 67 | + echo '<ul class="group-wrapper">'; | |
| 67 | 68 | $this->_renderSidebarContent(); |
| 69 | + echo '</ul>'; | |
| 68 | 70 | |
| 71 | + echo '<div id="rate-the-plugin">'; | |
| 72 | + echo '<div><b>', esc_html__( 'Like the plugin? Show us your love!', 'visualizer' ), '</b></div>'; | |
| 73 | + echo '<div id="rate-stars"> </div>'; | |
| 74 | + echo '<a id="rate-link" href="http://wordpress.org/support/view/plugin-reviews/visualizer" target="_blank">'; | |
| 75 | + esc_html_e( 'Rate it on WordPress.org', 'visualizer' ); | |
| 76 | + echo '</a>'; | |
| 77 | + echo '</div>'; | |
| 69 | 78 | echo '</div>'; |
| 70 | 79 | } |
| 71 | 80 | |
| 72 | 81 | /** |