Plugin Directory

Changeset 324206


Ignore:
Timestamp:
12/18/2010 10:01:47 PM (15 years ago)
Author:
guyfisher
Message:

Updated plugin header and inline documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • striptease/trunk/striptease.php

    r321795 r324206  
    22
    33/**
    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.
    56 *
    67 * @package StripTease
    78 * @link http://guyfisher.com/builder/striptease/
    89 * @author Guy Fisher
     10 * @version 2.0
    911 * @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
    1213 */
    1314
     
    2324Copyright © 2010 Guy M. Fisher
    2425
    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.
     26This program is free software; you can redistribute it and/or modify it under
     27the terms of the GNU General Public License as published by the Free Software
     28Foundation; either version 2 of the License, or (at your option) any
     29later version.
    2630
    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.
     31This program is distributed in the hope that it will be useful, but WITHOUT ANY
     32WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     33A PARTICULAR PURPOSE. See the GNU General Public License for more details.
    2834
    29 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     35http://www.gnu.org/licenses/gpl-2.0.html
    3036
    3137*/
     
    3541 *
    3642 * Filters the HTML string passed from the_content_more_link filter in the
    37  * get_the_content() function.
     43 * get_the_content function.
    3844 *
    3945 * @since 2.0
Note: See TracChangeset for help on using the changeset viewer.