Changeset 47733 for trunk/src/wp-includes/SimplePie/Restriction.php
- Timestamp:
- 05/01/2020 02:24:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/SimplePie/Restriction.php
r22798 r47733 6 6 * Takes the hard work out of managing a complete RSS/Atom solution. 7 7 * 8 * Copyright (c) 2004-201 2, Ryan Parman, GeoffreySneddon, Ryan McCue, and contributors8 * Copyright (c) 2004-2016, Ryan Parman, Sam Sneddon, Ryan McCue, and contributors 9 9 * All rights reserved. 10 10 * … … 34 34 * 35 35 * @package SimplePie 36 * @version 1.3.1 37 * @copyright 2004-2012 Ryan Parman, Geoffrey Sneddon, Ryan McCue 36 * @copyright 2004-2016 Ryan Parman, Sam Sneddon, Ryan McCue 38 37 * @author Ryan Parman 39 * @author GeoffreySneddon38 * @author Sam Sneddon 40 39 * @author Ryan McCue 41 40 * @link http://simplepie.org/ SimplePie … … 114 113 return $this->relationship; 115 114 } 116 else 117 { 118 return null; 119 } 115 116 return null; 120 117 } 121 118 … … 131 128 return $this->type; 132 129 } 133 else 134 { 135 return null; 136 } 130 131 return null; 137 132 } 138 133 … … 148 143 return $this->value; 149 144 } 150 else 151 { 152 return null; 153 } 145 146 return null; 154 147 } 155 148 }
Note: See TracChangeset
for help on using the changeset viewer.