Changeset 6740
- Timestamp:
- 02/06/2008 09:21:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r6726 r6740 136 136 137 137 /** 138 * is_front () - Is it the front of the site, whether blog view or a WP Page?138 * is_front_page() - Is it the front of the site, whether blog view or a WP Page? 139 139 * 140 140 * @since 2.5 … … 144 144 * @return bool True if front of site 145 145 */ 146 function is_front () {146 function is_front_page () { 147 147 // most likely case 148 148 if ( 'posts' == get_option('show_on_front') && is_home() )
Note: See TracChangeset
for help on using the changeset viewer.