Changeset 24490 for trunk/wp-includes/post-template.php
- Timestamp:
- 06/21/2013 12:45:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r24466 r24490 97 97 * @since 0.71 98 98 * 99 * @param mixed$post Optional. Post ID or object.99 * @param int|object $post Optional. Post ID or object. 100 100 * @return string 101 101 */ … … 1266 1266 * 1267 1267 * @param string $template The specific template name if specific matching is required. 1268 * @return bool False on failure, true if success.1268 * @return bool True on success, false on failure. 1269 1269 */ 1270 1270 function is_page_template( $template = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.