Changeset 37488 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 05/22/2016 06:00:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/post.php (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r37196 r37488 623 623 624 624 /** 625 * Filter the default post content initially used in the "Write Post" form.625 * Filters the default post content initially used in the "Write Post" form. 626 626 * 627 627 * @since 1.5.0 … … 633 633 634 634 /** 635 * Filter the default post title initially used in the "Write Post" form.635 * Filters the default post title initially used in the "Write Post" form. 636 636 * 637 637 * @since 1.5.0 … … 643 643 644 644 /** 645 * Filter the default post excerpt initially used in the "Write Post" form.645 * Filters the default post excerpt initially used in the "Write Post" form. 646 646 * 647 647 * @since 1.5.0 … … 1023 1023 1024 1024 /** 1025 * Filter the number of items per page to show for a specific 'per_page' type.1025 * Filters the number of items per page to show for a specific 'per_page' type. 1026 1026 * 1027 1027 * The dynamic portion of the hook name, `$post_type`, refers to the post type. … … 1038 1038 1039 1039 /** 1040 * Filter the number of posts displayed per page when specifically listing "posts".1040 * Filters the number of posts displayed per page when specifically listing "posts". 1041 1041 * 1042 1042 * @since 2.8.0 … … 1114 1114 1115 1115 /** 1116 * Filter the number of items to list per page when listing media items.1116 * Filters the number of items to list per page when listing media items. 1117 1117 * 1118 1118 * @since 2.9.0 … … 1182 1182 1183 1183 /** 1184 * Filter the postbox classes for a specific screen and screen ID combo.1184 * Filters the postbox classes for a specific screen and screen ID combo. 1185 1185 * 1186 1186 * The dynamic portions of the hook name, `$page` and `$id`, refer to … … 1260 1260 1261 1261 /** 1262 * Filter the sample permalink.1262 * Filters the sample permalink. 1263 1263 * 1264 1264 * @since 4.4.0 … … 1348 1348 1349 1349 /** 1350 * Filter the sample permalink HTML markup.1350 * Filters the sample permalink HTML markup. 1351 1351 * 1352 1352 * @since 2.9.0 … … 1394 1394 1395 1395 /** 1396 * Filter the size used to display the post thumbnail image in the 'Featured Image' meta box.1396 * Filters the size used to display the post thumbnail image in the 'Featured Image' meta box. 1397 1397 * 1398 1398 * Note: When a theme adds 'post-thumbnail' support, a special 'post-thumbnail' … … 1427 1427 1428 1428 /** 1429 * Filter the admin post thumbnail HTML markup to return.1429 * Filters the admin post thumbnail HTML markup to return. 1430 1430 * 1431 1431 * @since 2.9.0 … … 1506 1506 1507 1507 /** 1508 * Filter whether to show the post locked dialog.1508 * Filters whether to show the post locked dialog. 1509 1509 * 1510 1510 * Returning a falsey value to the filter will short-circuit displaying the dialog. … … 1558 1558 1559 1559 /** 1560 * Filter whether to allow the post lock to be overridden.1560 * Filters whether to allow the post lock to be overridden. 1561 1561 * 1562 1562 * Returning a falsey value to the filter will disable the ability … … 1836 1836 1837 1837 /** 1838 * Filter the post redirect destination URL.1838 * Filters the post redirect destination URL. 1839 1839 * 1840 1840 * @since 2.9.0
Note: See TracChangeset
for help on using the changeset viewer.