Changeset 30669
- Timestamp:
- 11/30/2014 10:24:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r30656 r30669 910 910 * @access public 911 911 * 912 * @return bool|stringFalse on no permalink structure. Date permalink structure.912 * @return string|false False on no permalink structure. Date permalink structure. 913 913 */ 914 914 public function get_date_permastruct() { … … 964 964 * @access public 965 965 * 966 * @return bool|string False on failure. Year structure on success.966 * @return false|string False on failure. Year structure on success. 967 967 */ 968 968 public function get_year_permastruct() { … … 989 989 * @access public 990 990 * 991 * @return bool|string False on failure. Year/Month structure on success.991 * @return false|string False on failure. Year/Month structure on success. 992 992 */ 993 993 public function get_month_permastruct() { … … 1012 1012 * @access public 1013 1013 * 1014 * @return bool|stringFalse on failure. Year/Month/Day structure on success.1014 * @return string|false False on failure. Year/Month/Day structure on success. 1015 1015 */ 1016 1016 public function get_day_permastruct() { … … 1081 1081 * @access public 1082 1082 * 1083 * @return string| boolFalse if not found. Permalink structure string.1083 * @return string|false False if not found. Permalink structure string. 1084 1084 */ 1085 1085 public function get_author_permastruct() { … … 1107 1107 * @access public 1108 1108 * 1109 * @return string| boolFalse if not found. Permalink structure string.1109 * @return string|false False if not found. Permalink structure string. 1110 1110 */ 1111 1111 public function get_search_permastruct() { … … 1133 1133 * @access public 1134 1134 * 1135 * @return string| boolFalse if not found. Permalink structure string.1135 * @return string|false False if not found. Permalink structure string. 1136 1136 */ 1137 1137 public function get_page_permastruct() { … … 1159 1159 * @access public 1160 1160 * 1161 * @return string| boolFalse if not found. Permalink structure string.1161 * @return string|false False if not found. Permalink structure string. 1162 1162 */ 1163 1163 public function get_feed_permastruct() {
Note: See TracChangeset
for help on using the changeset viewer.