Changeset 28419
- Timestamp:
- 05/15/2014 05:07:18 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r28402 r28419 801 801 * @since 3.6.0 802 802 * 803 * @param string $ htmlHTML output of paginated posts' page links.803 * @param string $output HTML output of paginated posts' page links. 804 804 * @param array $args An array of arguments. 805 805 */ … … 954 954 * @since 2.1.0 955 955 * 956 * @param string $ htmlHTML output for drop down list of pages.956 * @param string $output HTML output for drop down list of pages. 957 957 */ 958 958 $html = apply_filters( 'wp_dropdown_pages', $output ); … … 1061 1061 * @see wp_list_pages() 1062 1062 * 1063 * @param string $ htmlHTML output of the pages list.1063 * @param string $output HTML output of the pages list. 1064 1064 * @param array $r An array of page-listing arguments. 1065 1065 */
Note: See TracChangeset
for help on using the changeset viewer.