Changeset 27595
- Timestamp:
- 03/18/2014 10:43:15 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 6 edited
-
functions.php (modified) (6 diffs)
-
inc/back-compat.php (modified) (4 diffs)
-
inc/customizer.php (modified) (1 diff)
-
inc/featured-content.php (modified) (2 diffs)
-
inc/template-tags.php (modified) (5 diffs)
-
inc/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r27442 r27595 122 122 * 123 123 * @since Twenty Fourteen 1.0 124 *125 * @return void126 124 */ 127 125 function twentyfourteen_content_width() { … … 165 163 * 166 164 * @since Twenty Fourteen 1.0 167 *168 * @return void169 165 */ 170 166 function twentyfourteen_widgets_init() { … … 226 222 * 227 223 * @since Twenty Fourteen 1.0 228 *229 * @return void230 224 */ 231 225 function twentyfourteen_scripts() { … … 271 265 * 272 266 * @since Twenty Fourteen 1.0 273 *274 * @return void275 267 */ 276 268 function twentyfourteen_admin_fonts() { … … 284 276 * 285 277 * @since Twenty Fourteen 1.0 286 *287 * @return void288 278 */ 289 279 function twentyfourteen_the_attached_image() { … … 353 343 * 354 344 * @since Twenty Fourteen 1.0 355 *356 * @return void357 345 */ 358 346 function twentyfourteen_list_authors() { -
trunk/src/wp-content/themes/twentyfourteen/inc/back-compat.php
r26225 r27595 18 18 * 19 19 * @since Twenty Fourteen 1.0 20 *21 * @return void22 20 */ 23 21 function twentyfourteen_switch_theme() { … … 35 33 * 36 34 * @since Twenty Fourteen 1.0 37 *38 * @return void39 35 */ 40 36 function twentyfourteen_upgrade_notice() { … … 47 43 * 48 44 * @since Twenty Fourteen 1.0 49 *50 * @return void51 45 */ 52 46 function twentyfourteen_customize() { … … 61 55 * 62 56 * @since Twenty Fourteen 1.0 63 *64 * @return void65 57 */ 66 58 function twentyfourteen_preview() { -
trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php
r27122 r27595 89 89 * 90 90 * @since Twenty Fourteen 1.0 91 *92 * @return void93 91 */ 94 92 function twentyfourteen_contextual_help() { -
trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php
r27573 r27595 285 285 * 286 286 * @param int $tag_id The term_id of the tag that has been deleted. 287 * @return void288 287 */ 289 288 public static function delete_post_tag( $tag_id ) { … … 391 390 * @access public 392 391 * @since Twenty Fourteen 1.0 393 *394 * @return void395 392 */ 396 393 public static function register_setting() { -
trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php
r27330 r27595 13 13 * 14 14 * @since Twenty Fourteen 1.0 15 *16 * @return void17 15 */ 18 16 function twentyfourteen_paging_nav() { … … 68 66 * 69 67 * @since Twenty Fourteen 1.0 70 *71 * @return void72 68 */ 73 69 function twentyfourteen_post_nav() { … … 103 99 * 104 100 * @since Twenty Fourteen 1.0 105 *106 * @return void107 101 */ 108 102 function twentyfourteen_posted_on() { … … 155 149 * 156 150 * @since Twenty Fourteen 1.0 157 *158 * @return void159 151 */ 160 152 function twentyfourteen_category_transient_flusher() { … … 172 164 * 173 165 * @since Twenty Fourteen 1.0 174 * 175 * @return void 176 */ 166 */ 177 167 function twentyfourteen_post_thumbnail() { 178 168 if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) { -
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r27589 r27595 46 46 * @param array $args An array of standard parameters for widgets in this theme. 47 47 * @param array $instance An array of settings for this widget instance. 48 * @return void Echoes its output.49 48 */ 50 49 public function widget( $args, $instance ) { … … 248 247 * 249 248 * @param array $instance 250 * @return void251 249 */ 252 250 function form( $instance ) {
Note: See TracChangeset
for help on using the changeset viewer.