Skip to content

Commit 0619398

Browse files
Lowercased "ibericode"
1 parent fd5b5ca commit 0619398

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== MailChimp for WordPress ===
2-
Contributors: Ibericode, DvanKooten, iMazed, hchouhan
2+
Contributors: ibericode, DvanKooten, iMazed, hchouhan
33
Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm-medium=mailchimp-for-wp&utm_campaign=donate-link
44
Tags: mailchimp,newsletter,sign-up,contact form 7,woocommerce,buddypress,widget,form
55
Requires at least: 3.7

vendor/autoload_52.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
66

7-
return ComposerAutoloaderInitbd14c620da69441a5dcbd29acaacca9d::getLoader();
7+
return ComposerAutoloaderInit4d65aa04baca49487f15591fa80b3f6d::getLoader();

vendor/composer/autoload_real_52.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real_52.php generated by xrstf/composer-php52
44

5-
class ComposerAutoloaderInitbd14c620da69441a5dcbd29acaacca9d {
5+
class ComposerAutoloaderInit4d65aa04baca49487f15591fa80b3f6d {
66
private static $loader;
77

88
public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ public static function getLoader() {
1919
return self::$loader;
2020
}
2121

22-
spl_autoload_register(array('ComposerAutoloaderInitbd14c620da69441a5dcbd29acaacca9d', 'loadClassLoader'), true /*, true */);
22+
spl_autoload_register(array('ComposerAutoloaderInit4d65aa04baca49487f15591fa80b3f6d', 'loadClassLoader'), true /*, true */);
2323
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24-
spl_autoload_unregister(array('ComposerAutoloaderInitbd14c620da69441a5dcbd29acaacca9d', 'loadClassLoader'));
24+
spl_autoload_unregister(array('ComposerAutoloaderInit4d65aa04baca49487f15591fa80b3f6d', 'loadClassLoader'));
2525

2626
$vendorDir = dirname(dirname(__FILE__));
2727
$baseDir = dirname($vendorDir);

0 commit comments

Comments
 (0)