Changeset 1804619
- Timestamp:
- 01/17/2018 03:51:40 PM (8 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
models/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r1742751 r1804619 4 4 Plugin URI: https://appful.io/ 5 5 Description: appful is one of the world's most remarkable & beautiful app service for Blogger and Online magazines. It is designed to create outstanding real native iOS and Android Apps based on the content of your Wordpress site or YouTube channel. appful is surprisingly simple to use and not a single line of code is required. 6 Version: 1.0.10 16 Version: 1.0.102 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/models/post.php
r1733499 r1804619 206 206 $wp_query = $single_query; 207 207 208 preg_match_all("/\[.*?\] /i", $content, $matches);208 preg_match_all("/\[.*?\][^\[]*(\[\/.*?\])?/is", str_replace("\n", "", $content), $matches); 209 209 foreach ($matches[0] as $match) { 210 210 $array = explode(" ", trim($match, "[/]"));
Note: See TracChangeset
for help on using the changeset viewer.