sync with branch01

This commit is contained in:
ruben- 2016-11-24 20:46:47 +01:00
parent acdde0a28b
commit aaf70d27af
10 changed files with 1939 additions and 1681 deletions

View file

@ -38,7 +38,7 @@ class MainWP_Child_Branding {
if ( ! self::is_branding() ) {
return $plugin_meta;
}
// hide View details links
$meta_total = count( $plugin_meta );
for ( $i = 0; $i < $meta_total; $i++ ) {
$str_meta = $plugin_meta[ $i ];