Changeset 47545 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 04/02/2020 03:49:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r47219 r47545 9 9 10 10 /** 11 * Retrieve category link URL.11 * Retrieves category link URL. 12 12 * 13 13 * @since 1.0.0 … … 32 32 33 33 /** 34 * Retrieve category parents with separator.34 * Retrieves category parents with separator. 35 35 * 36 36 * @since 1.2.0 … … 62 62 63 63 /** 64 * Retrieve post categories.64 * Retrieves post categories. 65 65 * 66 66 * This tag may be used outside The Loop by passing a post id as the parameter. … … 99 99 100 100 /** 101 * Retrieve category name based on category ID.101 * Retrieves category name based on category ID. 102 102 * 103 103 * @since 0.71 … … 118 118 119 119 /** 120 * Retrieve category list for a post in either HTML list or custom format.120 * Retrieves category list for a post in either HTML list or custom format. 121 121 * 122 122 * @since 1.5.1 … … 252 252 253 253 /** 254 * Display category list for a post in either HTML list or custom format.254 * Displays category list for a post in either HTML list or custom format. 255 255 * 256 256 * @since 0.71 … … 266 266 267 267 /** 268 * Retrieve category description.268 * Retrieves category description. 269 269 * 270 270 * @since 1.0.0 … … 278 278 279 279 /** 280 * Display or retrievethe HTML dropdown list of categories.280 * Displays or retrieves the HTML dropdown list of categories. 281 281 * 282 282 * The 'hierarchical' argument, which is disabled by default, will override the … … 466 466 467 467 /** 468 * Display or retrievethe HTML list of categories.468 * Displays or retrieves the HTML list of categories. 469 469 * 470 470 * @since 2.1.0 … … 1059 1059 1060 1060 /** 1061 * Retrieve HTML list content for category list.1061 * Retrieves HTML list content for category list. 1062 1062 * 1063 1063 * @since 2.1.0 … … 1082 1082 1083 1083 /** 1084 * Retrieve HTML dropdown (select) content for category list.1084 * Retrieves HTML dropdown (select) content for category list. 1085 1085 * 1086 1086 * @since 2.1.0 … … 1109 1109 1110 1110 /** 1111 * Retrieve the link to the tag.1111 * Retrieves the link to the tag. 1112 1112 * 1113 1113 * @since 2.3.0 … … 1122 1122 1123 1123 /** 1124 * Retrieve the tags for a post.1124 * Retrieves the tags for a post. 1125 1125 * 1126 1126 * @since 2.3.0 … … 1144 1144 1145 1145 /** 1146 * Retrieve the tags for a post formatted as a string.1146 * Retrieves the tags for a post formatted as a string. 1147 1147 * 1148 1148 * @since 2.3.0 … … 1171 1171 1172 1172 /** 1173 * Retrieve the tags for a post.1173 * Retrieves the tags for a post. 1174 1174 * 1175 1175 * @since 2.3.0 … … 1192 1192 1193 1193 /** 1194 * Retrieve tag description.1194 * Retrieves tag description. 1195 1195 * 1196 1196 * @since 2.8.0 … … 1204 1204 1205 1205 /** 1206 * Retrieve term description.1206 * Retrieves term description. 1207 1207 * 1208 1208 * @since 2.8.0 … … 1225 1225 1226 1226 /** 1227 * Retrieve the terms of the taxonomy that are attached to the post.1227 * Retrieves the terms of the taxonomy that are attached to the post. 1228 1228 * 1229 1229 * @since 2.5.0 … … 1268 1268 1269 1269 /** 1270 * Retrieve a post's terms as a list with specified format.1270 * Retrieves a post's terms as a list with specified format. 1271 1271 * 1272 1272 * @since 2.5.0 … … 1316 1316 1317 1317 /** 1318 * Retrieve term parents with separator.1318 * Retrieves term parents with separator. 1319 1319 * 1320 1320 * @since 4.8.0 … … 1381 1381 1382 1382 /** 1383 * Display the terms in a list.1383 * Displays the terms in a list. 1384 1384 * 1385 1385 * @since 2.5.0 … … 1414 1414 1415 1415 /** 1416 * Check if the current post has any of given category.1416 * Checks if the current post has any of given category. 1417 1417 * 1418 1418 * @since 3.1.0 … … 1452 1452 1453 1453 /** 1454 * Check if the current post has any of given terms.1454 * Checks if the current post has any of given terms. 1455 1455 * 1456 1456 * The given terms are checked against the post's terms' term_ids, names and slugs.
Note: See TracChangeset
for help on using the changeset viewer.