Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#31433 closed defect (bug) (fixed)

Add docs for paginate_links $args argument

Reported by: atimmer Owned by: DrewAPicture
Priority: normal Milestone: 4.2
Component: Posts, Post Types Version: 4.2
Severity: normal Keywords: has-patch dev-feedback
Cc: Focuses: docs

Description

paginate_links has a lot of documentation in words as to what values are possible to send in the $args array but it's all natural text, there is no overview of arguments for a quick reference.

Compare https://developer.wordpress.org/reference/functions/paginate_links/
With http://codex.wordpress.org/Function_Reference/paginate_links

Attachments (1)

31433.diff (2.2 KB ) - added by atimmer 12 years ago.

Download all attachments as: .zip

Change History (7)

#1 @atimmer
12 years ago

  • Summary Add docs to paginate_links $argsAdd docs for paginate_links $args argument

@atimmer
12 years ago

#2 @atimmer
12 years ago

  • Keywords has-patch dev-feedback added

31433.diff adds this documentation. This is based on the codex. It probably needs some feedback.

#3 @SergeyBiryukov
12 years ago

  • Milestone Awaiting Review4.2

#4 @DrewAPicture
12 years ago

  • Owner set to DrewAPicture
  • Status newreviewing

#5 @DrewAPicture
12 years ago

  • Type enhancementdefect (bug)

#6 @DrewAPicture
11 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 31854:

Document default arguments for paginate_links() as a hash notation.

Props atimmer.
Fixes #31433.

Note: See TracTickets for help on using tickets.