Changeset 662440
- Timestamp:
- 02/02/2013 10:12:46 AM (13 years ago)
- File:
-
- 1 edited
-
all-inclusive/trunk/all-inclusive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-inclusive/trunk/all-inclusive.php
r662438 r662440 1 1 <?php 2 2 /* 3 This filter is available as a separate plug-inAll Inclusive4 http://wp.od.ua/ 5 Two additional SQL query appends all metadata fields and pictures in the original sample of $ wp_query-> posts3 Plugin Name: All Inclusive 4 Plugin URI: http://www.wp.od.ua/en/?p=4 5 Description: This filter is available as a separate plug-in All Inclusive. Two additional SQL query appends all metadata fields and pictures in the original sample of $ wp_query-> posts 6 6 Author: stur Stepanov Yuri 7 7 Version: 1.0.6 8 http://wp.od.ua/ 8 Author URI: http://wp.od.ua/ 9 License: GPLv2 or later 10 */ 11 12 /* 13 This program is free software; you can redistribute it and/or 14 modify it under the terms of the GNU General Public License 15 as published by the Free Software Foundation; either version 2 16 of the License, or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, write to the Free Software 25 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 9 26 */ 10 27 if(!function_exists('all_inclusive')){
Note: See TracChangeset
for help on using the changeset viewer.