- Timestamp:
- 06/14/2023 06:32:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r55732 r55911 227 227 228 228 /** 229 * Determine if the current view is the "All" view.229 * Determines if the current view is the "All" view. 230 230 * 231 231 * @since 4.2.0 … … 247 247 248 248 /** 249 * Helper to create linksto edit.php with params.249 * Creates a link to edit.php with params. 250 250 * 251 251 * @since 4.4.0 … … 918 918 919 919 /** 920 * Given a top level page ID, display the nested hierarchy of sub-pages921 * together with paging support920 * Displays the nested hierarchy of sub-pages together with paging 921 * support, based on a top level page ID. 922 922 * 923 923 * @since 3.1.0 (Standalone function exists since 2.6.0)
Note: See TracChangeset
for help on using the changeset viewer.