Make WordPress Core


Ignore:
Timestamp:
10/02/2017 03:19:17 AM (8 years ago)
Author:
jeremyfelt
Message:

Docs: Clarify docs for hooked count/date updates

See #41017.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-blogs.php

    r41665 r41666  
    12311231
    12321232/**
    1233  * Handler for updating the blog date when a post is published or an already published post is changed.
     1233 * Handler for updating the site's last updated date when a post is published or
     1234 * an already published post is changed.
    12341235 *
    12351236 * @since 3.3.0
     
    12551256
    12561257/**
    1257  * Handler for updating the blog date when a published post is deleted.
     1258 * Handler for updating the current site's last updated date when a published
     1259 * post is deleted.
    12581260 *
    12591261 * @since 3.4.0
     
    12771279
    12781280/**
    1279  * Handler for updating the blog posts count date when a post is deleted.
     1281 * Handler for updating the current site's posts count when a post is deleted.
    12801282 *
    12811283 * @since 4.0.0
     
    12941296
    12951297/**
    1296  * Handler for updating the blog posts count date when a post status changes.
     1298 * Handler for updating the current site's posts count when a post status changes.
    12971299 *
    12981300 * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.