Changeset 1134571
- Timestamp:
- 04/14/2015 03:19:47 PM (11 years ago)
- Location:
- allthecontent/trunk
- Files:
-
- 2 added
- 2 edited
-
.gitmodules (added)
-
README.md (added)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allthecontent/trunk/index.php
r1133539 r1134571 129 129 130 130 // remove all options 131 foreach ( self::$OPTIONS as $option)131 foreach (ATCPlugin::$OPTIONS as $option) 132 132 delete_option($option); 133 133 } -
allthecontent/trunk/readme.txt
r1133539 r1134571 20 20 21 21 Documentation can be found on the plugin page 22 http://www.allthecontent.com/ fr/wordpress-plugin22 http://www.allthecontent.com/wordpress-plugin 23 23 24 24 == Installation == … … 29 29 30 30 Full Installation process can be found on the plugin page: 31 http://www.allthecontent.com/ fr/wordpress-plugin31 http://www.allthecontent.com/wordpress-plugin 32 32 33 33 == Screenshots == 34 34 35 http://www.allthecontent.com/ fr/wordpress-plugin35 http://www.allthecontent.com/wordpress-plugin 36 36 37 37 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.