Remove Responsive Lightbox from recommended plugins, update lang files

This commit is contained in:
Alexander Agnarson 2019-07-26 19:35:06 +02:00
parent 639de93f5a
commit fccf9e3e84
2 changed files with 5 additions and 13 deletions

View file

@ -674,10 +674,6 @@ if ( ! function_exists( 'curver_plugins' ) ) {
array(
'name' => esc_html__( 'WP-PageNavi', 'curver' ),
'slug' => 'wp-pagenavi',
),
array(
'name' => esc_html__( 'Responsive Lightbox', 'curver' ),
'slug' => 'responsive-lightbox',
)
);
tgmpa( $plugins );