├── log ├── errors_m.log └── errors_s.log ├── images ├── icon.png ├── info_small.png └── black_arrow_big.png ├── languages ├── user-sync.mo ├── user-sync.pot └── user-sync.po ├── css ├── custom_dashicons.eot ├── custom_dashicons.ttf ├── custom_dashicons.woff ├── mp6.css ├── custom_dashicons.svg └── admin.css ├── .gitmodules ├── policy-text.php ├── js ├── admin.js └── jquery.tools.min.js ├── changelog.txt ├── page-main.php ├── README.md ├── page-sub.php ├── page-central.php └── user-sync.php /log/errors_m.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /log/errors_s.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/user-sync/HEAD/images/icon.png -------------------------------------------------------------------------------- /images/info_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/user-sync/HEAD/images/info_small.png -------------------------------------------------------------------------------- /languages/user-sync.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/user-sync/HEAD/languages/user-sync.mo -------------------------------------------------------------------------------- /css/custom_dashicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/user-sync/HEAD/css/custom_dashicons.eot -------------------------------------------------------------------------------- /css/custom_dashicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/user-sync/HEAD/css/custom_dashicons.ttf -------------------------------------------------------------------------------- /css/custom_dashicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/user-sync/HEAD/css/custom_dashicons.woff -------------------------------------------------------------------------------- /images/black_arrow_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wpmudev/user-sync/HEAD/images/black_arrow_big.png -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "dash-notice"] 2 | path = dash-notice 3 | url = git@bitbucket.org:incsub/wpmudev-dashboard-notification.git 4 | branch = master 5 | -------------------------------------------------------------------------------- /css/mp6.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'custom_dashicons_user_sync'; 3 | src:url('custom_dashicons.eot'); 4 | src:url('custom_dashicons.eot?#iefix') format('embedded-opentype'), 5 | url('custom_dashicons.ttf') format('truetype'), 6 | url('custom_dashicons.woff') format('woff'), 7 | url('custom_dashicons.svg#icomoon') format('svg'); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | #adminmenu #toplevel_page_user-sync div.wp-menu-image:before { 12 | font-family: 'custom_dashicons_user_sync' !important; 13 | content: "\e600"; 14 | } 15 | #adminmenu #toplevel_page_user-sync div.wp-menu-image img, #add_wdf img { 16 | display: none; 17 | } -------------------------------------------------------------------------------- /policy-text.php: -------------------------------------------------------------------------------- 1 |
4 | 5 |
6 |7 | 8 | 9 |
10 |'. $this->safe_mode_notice . '
| 103 | 104 | | 105 |106 | 107 | | 108 |
|---|---|
| 111 | 112 | | 113 |114 | 115 | | 116 |
135 |
136 | info_small.png" title="safe_mode_notice; ?>"/>
137 |