Changeset 34891 for trunk/src/wp-includes/post-functions.php
- Timestamp:
- 10/07/2015 01:27:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r34886 r34891 1323 1323 * - use_featured_image - Default is Use as featured image. 1324 1324 * - menu_name - Default is the same as `name`. 1325 * - views - String for the table views hidden heading. 1326 * - pagination - String for the table pagination hidden heading. 1327 * - list - String for the table hidden heading. 1325 1328 * 1326 1329 * Above, the first default value is for non-hierarchical post types (like posts) … … 1357 1360 'remove_featured_image' => array( __( 'Remove featured image' ), __( 'Remove featured image' ) ), 1358 1361 'use_featured_image' => array( __( 'Use as featured image' ), __( 'Use as featured image' ) ), 1362 'views' => array( __( 'Filter posts list' ), __( 'Filter pages list' ) ), 1363 'pagination' => array( __( 'Posts list navigation' ), __( 'Pages list navigation' ) ), 1364 'list' => array( __( 'Posts list' ), __( 'Pages list' ) ), 1359 1365 ); 1360 1366 $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];
Note: See TracChangeset
for help on using the changeset viewer.