Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

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

    r26814 r26868  
    347347 * Saves option for number of rows when listing posts, pages, comments, etc.
    348348 *
    349  * @since 2.8
     349 * @since 2.8.0
    350350**/
    351351function set_screen_options() {
     
    649649 * Check lock status for posts displayed on the Posts screen
    650650 *
    651  * @since 3.6
     651 * @since 3.6.0
    652652 */
    653653function wp_check_locked_posts( $response, $data, $screen_id ) {
     
    680680 * Check lock status on the New/Edit Post screen and refresh the lock
    681681 *
    682  * @since 3.6
     682 * @since 3.6.0
    683683 */
    684684function wp_refresh_post_lock( $response, $data, $screen_id ) {
     
    719719 * Check nonce expiration on the New/Edit Post screen and refresh if needed
    720720 *
    721  * @since 3.6
     721 * @since 3.6.0
    722722 */
    723723function wp_refresh_post_nonces( $response, $data, $screen_id ) {
Note: See TracChangeset for help on using the changeset viewer.