Changeset 36300
- Timestamp:
- 01/14/2016 05:55:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r36225 r36300 1111 1111 1112 1112 /** 1113 * Retrieve the permalink for a post type archive.1113 * Retrieves the permalink for a post type archive. 1114 1114 * 1115 1115 * @since 3.1.0 1116 * @since 4.5.0 Support for posts was added. 1116 1117 * 1117 1118 * @global WP_Rewrite $wp_rewrite 1118 1119 * 1119 * @param string $post_type Post type 1120 * @param string $post_type Post type. 1120 1121 * @return string|false The post type archive permalink. 1121 1122 */
Note: See TracChangeset
for help on using the changeset viewer.