Changeset 2405755
- Timestamp:
- 10/24/2020 06:44:00 AM (5 years ago)
- File:
-
- 1 edited
-
http-syndication/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
http-syndication/trunk/readme.txt
r2405754 r2405755 71 71 72 72 * If the external content can not be read, an error message is produced in the page output. 73 * The external content target page must be written in correct HTML (e.g., attributes value must be between quotes), otherwise the parsing may fail. 73 74 * This functionality requires the `allow_url_fopen` option to be validated in the PHP configuration, otherwise an error message is produced in the page output. 74 75 * By construction the import is "dynamic", i.e., each time the page is loaded, the external content is queried and inserted in the page. Good news, to be sure to have an updated information. Bad news, if the external web site is down or slowed down. You may consider having a [cache mechanism](http://wordpress.org/plugins/wp-super-cache) to overcome related caveats. … … 127 128 = 1.8 = 128 129 129 Now accepts attributes without quote around the value.130 Improve the documentation. 130 131 131 132 = 1.7 =
Note: See TracChangeset
for help on using the changeset viewer.