~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-admin/includes/class-wp-links-list-table.php

  • Committer: Manuel Seelaus
  • Date: 2015-12-09 17:47:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: manuel.seelaus@canonical.com-20151209174718-coxethm2swbeqksy
Merge WP4.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/**
3
 
 * Links Manager List Table class.
 
3
 * List Table API: WP_Links_List_Table class
4
4
 *
5
5
 * @package WordPress
6
 
 * @subpackage List_Table
 
6
 * @subpackage Administration
 
7
 * @since 3.1.0
 
8
 */
 
9
 
 
10
/**
 
11
 * Core class used to implement displaying links in a list table.
 
12
 *
7
13
 * @since 3.1.0
8
14
 * @access private
 
15
 *
 
16
 * @see WP_List_Tsble
9
17
 */
10
18
class WP_Links_List_Table extends WP_List_Table {
11
19