Changeset 324206
- Timestamp:
- 12/18/2010 10:01:47 PM (15 years ago)
- File:
-
- 1 edited
-
striptease/trunk/striptease.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
striptease/trunk/striptease.php
r321795 r324206 2 2 3 3 /** 4 * A WordPress plugin that strips the "#more" fragments from the end of "Read More" teaser links. 4 * A WordPress plugin that strips the "#more" fragments from the end of "Read 5 * More" teaser links. 5 6 * 6 7 * @package StripTease 7 8 * @link http://guyfisher.com/builder/striptease/ 8 9 * @author Guy Fisher 10 * @version 2.0 9 11 * @copyright Copyright © 2010 Guy M. Fisher 10 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 * @version 2.0 12 * @license http://www.gnu.org/licenses/gpl-2.0.html 12 13 */ 13 14 … … 23 24 Copyright © 2010 Guy M. Fisher 24 25 25 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 26 This program is free software; you can redistribute it and/or modify it under 27 the terms of the GNU General Public License as published by the Free Software 28 Foundation; either version 2 of the License, or (at your option) any 29 later version. 26 30 27 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 31 This program is distributed in the hope that it will be useful, but WITHOUT ANY 32 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 33 A PARTICULAR PURPOSE. See the GNU General Public License for more details. 28 34 29 http://www.gnu.org/licenses/ old-licenses/gpl-2.0.html35 http://www.gnu.org/licenses/gpl-2.0.html 30 36 31 37 */ … … 35 41 * 36 42 * Filters the HTML string passed from the_content_more_link filter in the 37 * get_the_content ()function.43 * get_the_content function. 38 44 * 39 45 * @since 2.0
Note: See TracChangeset
for help on using the changeset viewer.