- Timestamp:
- 08/09/2010 01:40:36 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/wp/transposh_3rdparty.php
r488 r500 1 1 <?php 2 2 3 /* Copyright © 2009-2010 Transposh Team (website : http://transposh.org) 3 /* 4 * Transposh v%VERSION% 5 * http://transposh.org/ 4 6 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 7 * Copyright %YEAR%, Team Transposh 8 * Licensed under the GPL Version 2 or higher. 9 * http://transposh.org/license 9 10 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 11 * Date: %DATE% 18 12 */ 19 13 … … 46 40 47 41 // google xml sitemaps - with patch 48 add_action("sm_addurl", array(&$this, 'add_sm_transposh_urls')); 49 42 add_action("sm_addurl", array(&$this, 'add_sm_transposh_urls')); 50 43 } 51 44 … … 88 81 } 89 82 90 91 /** 83 /** 92 84 * This filter method helps buddypress understand the transposh generated URLs 93 85 * @param string $uri The url that was originally received … … 195 187 } 196 188 197 198 189 } 199 190 ?>
Note: See TracChangeset
for help on using the changeset viewer.
