Make WordPress Core


Ignore:
Timestamp:
03/28/2005 02:34:16 AM (20 years ago)
Author:
ryan
Message:

Add paging to Manage->Posts. http://mosquito.wordpress.org/view.php?id=1177

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r2479 r2481  
    13961396}
    13971397
     1398function is_admin () {
     1399    global $wp_query;
     1400
     1401    return $wp_query->is_admin;
     1402}
     1403
    13981404function is_home () {
    13991405    global $wp_query;
Note: See TracChangeset for help on using the changeset viewer.