Make WordPress Core


Ignore:
Timestamp:
08/05/2008 05:48:21 AM (17 years ago)
Author:
ryan
Message:

Sticky Posts, firct cut. see #7457

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r8397 r8546  
    162162    wp_set_post_lock( $post_ID, $GLOBALS['current_user']->ID );
    163163
     164    if ( !empty($_POST['sticky']) )
     165        stick_post($post_ID);
     166    else
     167        unstick_post($post_ID);
     168
    164169    return $post_ID;
    165170}
Note: See TracChangeset for help on using the changeset viewer.