Changeset 41666 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 10/02/2017 03:19:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r41665 r41666 1231 1231 1232 1232 /** 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. 1234 1235 * 1235 1236 * @since 3.3.0 … … 1255 1256 1256 1257 /** 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. 1258 1260 * 1259 1261 * @since 3.4.0 … … 1277 1279 1278 1280 /** 1279 * Handler for updating the blog posts count datewhen a post is deleted.1281 * Handler for updating the current site's posts count when a post is deleted. 1280 1282 * 1281 1283 * @since 4.0.0 … … 1294 1296 1295 1297 /** 1296 * Handler for updating the blog posts count datewhen a post status changes.1298 * Handler for updating the current site's posts count when a post status changes. 1297 1299 * 1298 1300 * @since 4.0.0
Note: See TracChangeset
for help on using the changeset viewer.