Changeset 62451 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 06/02/2026 05:54:14 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r62344 r62451 44 44 * 45 45 * @since Twenty Twelve 1.0 46 * 47 * @global string $wp_version The WordPress version string. 46 48 */ 47 49 function twentytwelve_setup() { … … 182 184 * 183 185 * @since Twenty Twelve 1.0 186 * 187 * @global WP_Styles $wp_styles The WP_Styles object for printing styles. 184 188 */ 185 189 function twentytwelve_scripts_styles() { … … 243 247 * @deprecated Twenty Twelve 3.9 Disabled filter because, by default, fonts are self-hosted. 244 248 * 249 * @global string $wp_version The WordPress version string. 250 * 245 251 * @param array $urls URLs to print for resource hints. 246 252 * @param string $relation_type The relation type the URLs are printed. … … 299 305 * 300 306 * @since Twenty Twelve 1.0 307 * 308 * @global int $paged Page number of a list of posts. 309 * @global int $page Page number of a single post. 301 310 * 302 311 * @param string $title Default title text for current view. … … 412 421 * 413 422 * @since Twenty Twelve 1.0 423 * 424 * @global WP_Query $wp_query WordPress Query object. 414 425 */ 415 426 function twentytwelve_content_nav( $html_id ) { … … 452 463 * @since Twenty Twelve 1.0 453 464 * 454 * @global WP_Post $post Global post object. 465 * @global WP_Comment $comment Global comment object. 466 * @global WP_Post $post Global post object. 467 * 468 * @param WP_Comment $comment The comment object. 469 * @param array $args An array of comment arguments. @see get_comment_reply_link() 470 * @param int $depth The depth of the comment. 455 471 */ 456 472 function twentytwelve_comment( $comment, $args, $depth ) { … … 645 661 * 646 662 * @since Twenty Twelve 1.0 663 * 664 * @global int $content_width Content width. 647 665 */ 648 666 function twentytwelve_content_width() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)