Changeset 37501 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 05/22/2016 06:27:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r37487 r37501 118 118 119 119 /** 120 * Filter the text prepended to the post title for protected posts.120 * Filters the text prepended to the post title for protected posts. 121 121 * 122 122 * The filter is only applied on the front end. … … 133 133 134 134 /** 135 * Filter the text prepended to the post title of private posts.135 * Filters the text prepended to the post title of private posts. 136 136 * 137 137 * The filter is only applied on the front end. … … 149 149 150 150 /** 151 * Filter the post title.151 * Filters the post title. 152 152 * 153 153 * @since 0.71 … … 179 179 180 180 /** 181 * Filter the escaped Global Unique Identifier (guid) of the post.181 * Filters the escaped Global Unique Identifier (guid) of the post. 182 182 * 183 183 * @since 4.2.0 … … 210 210 211 211 /** 212 * Filter the Global Unique Identifier (guid) of the post.212 * Filters the Global Unique Identifier (guid) of the post. 213 213 * 214 214 * @since 1.5.0 … … 232 232 233 233 /** 234 * Filter the post content.234 * Filters the post content. 235 235 * 236 236 * @since 0.71 … … 304 304 305 305 /** 306 * Filter the Read More link text.306 * Filters the Read More link text. 307 307 * 308 308 * @since 2.8.0 … … 343 343 344 344 /** 345 * Filter the displayed post excerpt.345 * Filters the displayed post excerpt. 346 346 * 347 347 * @since 0.71 … … 378 378 379 379 /** 380 * Filter the retrieved post excerpt.380 * Filters the retrieved post excerpt. 381 381 * 382 382 * @since 1.2.0 … … 522 522 523 523 /** 524 * Filter the list of CSS classes for the current post.524 * Filters the list of CSS classes for the current post. 525 525 * 526 526 * @since 2.7.0 … … 746 746 747 747 /** 748 * Filter the list of CSS body classes for the current post or page.748 * Filters the list of CSS body classes for the current post or page. 749 749 * 750 750 * @since 2.8.0 … … 842 842 843 843 /** 844 * Filter the arguments used in retrieving page links for paginated posts.844 * Filters the arguments used in retrieving page links for paginated posts. 845 845 * 846 846 * @since 3.0.0 … … 860 860 } 861 861 /** 862 * Filter the HTML output of individual page number links.862 * Filters the HTML output of individual page number links. 863 863 * 864 864 * @since 3.6.0 … … 898 898 899 899 /** 900 * Filter the HTML output of page links for paginated posts.900 * Filters the HTML output of page links for paginated posts. 901 901 * 902 902 * @since 3.6.0 … … 995 995 996 996 /** 997 * Filter the HTML output of the li element in the post custom fields list.997 * Filters the HTML output of the li element in the post custom fields list. 998 998 * 999 999 * @since 2.2.0 … … 1079 1079 1080 1080 /** 1081 * Filter the HTML output of a list of pages as a drop down.1081 * Filters the HTML output of a list of pages as a drop down. 1082 1082 * 1083 1083 * @since 2.1.0 … … 1155 1155 1156 1156 /** 1157 * Filter the array of pages to exclude from the pages list.1157 * Filters the array of pages to exclude from the pages list. 1158 1158 * 1159 1159 * @since 2.1.0 … … 1189 1189 1190 1190 /** 1191 * Filter the HTML output of the pages to list.1191 * Filters the HTML output of the pages to list. 1192 1192 * 1193 1193 * @since 1.5.1 … … 1254 1254 1255 1255 /** 1256 * Filter the arguments used to generate a page-based menu.1256 * Filters the arguments used to generate a page-based menu. 1257 1257 * 1258 1258 * @since 2.7.0 … … 1325 1325 1326 1326 /** 1327 * Filter the HTML output of a page-based menu.1327 * Filters the HTML output of a page-based menu. 1328 1328 * 1329 1329 * @since 2.7.0 … … 1453 1453 1454 1454 /** 1455 * Filter a retrieved attachment page link.1455 * Filters a retrieved attachment page link. 1456 1456 * 1457 1457 * @since 2.7.0 … … 1503 1503 1504 1504 /** 1505 * Filter the attachment markup to be prepended to the post content.1505 * Filters the attachment markup to be prepended to the post content. 1506 1506 * 1507 1507 * @since 2.0.0 … … 1537 1537 1538 1538 /** 1539 * Filter the HTML output for the protected post password form.1539 * Filters the HTML output for the protected post password form. 1540 1540 * 1541 1541 * If modifying the password field, please note that the core database schema … … 1684 1684 1685 1685 /** 1686 * Filter the formatted author and date for a revision.1686 * Filters the formatted author and date for a revision. 1687 1687 * 1688 1688 * @since 4.4.0
Note: See TracChangeset
for help on using the changeset viewer.