Index: class-wp-posts-list-table.php
===================================================================
--- class-wp-posts-list-table.php	(revision 28473)
+++ class-wp-posts-list-table.php	(working copy)
@@ -178,6 +178,14 @@
 			$status_links = array_merge( array_slice( $status_links, 0, $split ), $sticky_link, array_slice( $status_links, $split ) );
 		}
 
+		/**
+		 * Filter the post status links.
+		 *
+		 * @since 4.0
+		 *
+		 * @param array $status_links An array of fully-formed post links.
+		 */
+		$status_links = apply_filters('post_status_links', $status_links);
 		return $status_links;
 	}
 
