Skip to content

Commit 54e27a1

Browse files
Added missing @SInCE note for twentyeleven_option_page_capability()
Added documentation for twentyeleven_option_page_capability function.
1 parent bf87b33 commit 54e27a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wp-content/themes/twentyeleven/inc/theme-options.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ function twentyeleven_theme_options_init() {
7575
* By default, only administrators have either of these capabilities, but the desire here is
7676
* to allow for finer-grained control for roles and users.
7777
*
78+
* @since Twenty Eleven 1.1
79+
*
7880
* @param string $capability The capability used for the page, which is manage_options by default.
7981
* @return string The capability to actually use.
8082
*/

0 commit comments

Comments
 (0)