-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
47 lines (31 loc) · 890 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== FPM Media Cleaner ===
Contributors: soerenbalke
Donate link: https://fokuspokus-media.de
Tags: media,cleaner
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
Requires PHP: 8.1.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Scanned database for non linked media files. This plugin scanned the tables: `wp_postmeta`, `wp_options` and `wp_posts`.
== Frequently Asked Questions ==
= is this plugin epic? =
jep
== Upgrade Notice ==
Silence is golden
== Changelog ==
= v1.0.X =
* init of plugin with some bugfixing :)
== Screenshots ==
1. screenshot-1.png
2. screenshot-2.png
3. screenshot-3.png
== Language Compile ==
```
$ # create pot file:
$ wp i18n make-pot --path=../../ . ./languages/fpm-media-cleaner.pot
$ cd ./languages
$ for file in `find . -name "*.po"` ; do msgfmt -o ${file/.po/.mo} $file ; done
```