Changeset 2627 for trunk/wp-includes/functions.php
- Timestamp:
- 06/10/2005 11:15:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2623 r2627 1850 1850 } 1851 1851 1852 function wp($query_vars = '') { 1853 global $wp; 1854 $wp->main($query_vars); 1855 } 1856 1852 1857 function status_header( $header ) { 1853 1858 if ( 200 == $header ) {
Note: See TracChangeset
for help on using the changeset viewer.