| @@ -133,11 +133,13 @@ | ||
| 133 | 133 | * @since 2.0.0 |
| 134 | 134 | * @access public |
| 135 | 135 | * @static |
| 136 | 136 | * |
| 137 | - * @param array $page_templates Array of page templates. Keys are filenames, checks are translated names. | |
| 137 | + * @param array $page_templates Array of page templates. Keys are filenames, | |
| 138 | + * checks are translated names. | |
| 139 | + * | |
| 138 | 140 | * @param \WP_Theme $wp_theme |
| 139 | - * @param \WP_Post $post | |
| 141 | + * @param \WP_Post $post | |
| 140 | 142 | * |
| 141 | 143 | * @return array Page templates. |
| 142 | 144 | */ |
| 143 | 145 | public function add_page_templates( $page_templates, $wp_theme, $post ) { |