Changeset 35376 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 10/23/2015 04:47:57 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r35240 r35376 1331 1331 * - use_featured_image - Default is Use as featured image. 1332 1332 * - menu_name - Default is the same as `name`. 1333 * - views- String for the table views hidden heading.1334 * - pagination - String for the table pagination hidden heading.1335 * - list - String for the table hidden heading.1333 * - filter_items_list - String for the table views hidden heading. 1334 * - items_list_navigation - String for the table pagination hidden heading. 1335 * - items_list - String for the table hidden heading. 1336 1336 * 1337 1337 * Above, the first default value is for non-hierarchical post types (like posts) … … 1368 1368 'remove_featured_image' => array( __( 'Remove featured image' ), __( 'Remove featured image' ) ), 1369 1369 'use_featured_image' => array( __( 'Use as featured image' ), __( 'Use as featured image' ) ), 1370 ' views' => array( __( 'Filter posts list' ), __( 'Filter pages list' ) ),1371 ' pagination' => array( __( 'Posts list navigation' ), __( 'Pages list navigation' ) ),1372 ' list' => array( __( 'Posts list' ), __( 'Pages list' ) ),1370 'filter_items_list' => array( __( 'Filter posts list' ), __( 'Filter pages list' ) ), 1371 'items_list_navigation' => array( __( 'Posts list navigation' ), __( 'Pages list navigation' ) ), 1372 'items_list' => array( __( 'Posts list' ), __( 'Pages list' ) ), 1373 1373 ); 1374 1374 $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];
Note: See TracChangeset
for help on using the changeset viewer.