Changeset 26868 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r26814 r26868 347 347 * Saves option for number of rows when listing posts, pages, comments, etc. 348 348 * 349 * @since 2.8 349 * @since 2.8.0 350 350 **/ 351 351 function set_screen_options() { … … 649 649 * Check lock status for posts displayed on the Posts screen 650 650 * 651 * @since 3.6 651 * @since 3.6.0 652 652 */ 653 653 function wp_check_locked_posts( $response, $data, $screen_id ) { … … 680 680 * Check lock status on the New/Edit Post screen and refresh the lock 681 681 * 682 * @since 3.6 682 * @since 3.6.0 683 683 */ 684 684 function wp_refresh_post_lock( $response, $data, $screen_id ) { … … 719 719 * Check nonce expiration on the New/Edit Post screen and refresh if needed 720 720 * 721 * @since 3.6 721 * @since 3.6.0 722 722 */ 723 723 function wp_refresh_post_nonces( $response, $data, $screen_id ) {
Note: See TracChangeset
for help on using the changeset viewer.