Changeset 2288427
- Timestamp:
- 04/21/2020 01:52:12 PM (6 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
singletons/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r2275127 r2288427 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.11 36 Version: 1.0.114 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/singletons/query.php
r1365993 r2288427 181 181 } else if (is_date()) { 182 182 return 'get_date_posts'; 183 } else if (is_404()) {184 return '404';185 183 } else if(is_array($wp_query->posts)) { 186 184 return "get_recent_posts";
Note: See TracChangeset
for help on using the changeset viewer.