Ticket #57069: 57069.10.patch
File 57069.10.patch, 3.5 KB (added by , 22 months ago) |
---|
-
themes/twentyeleven/content-featured.php
5 5 * @package WordPress 6 6 * @subpackage Twenty_Eleven 7 7 * @since Twenty Eleven 1.0 8 * 9 * @global $feature_class. 8 10 */ 9 11 10 12 global $feature_class; -
themes/twentyeleven/functions.php
596 596 * Display navigation to next/previous pages when applicable. 597 597 * 598 598 * @since Twenty Eleven 1.0 599 * 600 * @global WP_Query $wp_query WordPress Query object. 599 601 * 600 602 * @param string $html_id The HTML id attribute. 601 603 */ -
themes/twentythirteen/functions.php
375 375 * in head of document, based on current view. 376 376 * 377 377 * @since Twenty Thirteen 1.0 378 * 379 * @global int $paged WordPress archive pagination page count. 380 * @global int $page WordPress paginated post page count. 378 381 * 379 382 * @param string $title Default title text for current view. 380 383 * @param string $sep Optional separator. … … 457 460 * Display navigation to next/previous set of posts when applicable. 458 461 * 459 462 * @since Twenty Thirteen 1.0 463 * 464 * @global WP_Query $wp_query WordPress Query object. 465 * 460 466 */ 461 467 function twentythirteen_paging_nav() { 462 468 global $wp_query; -
themes/twentytwelve/functions.php
186 186 * Enqueue scripts and styles for front end. 187 187 * 188 188 * @since Twenty Twelve 1.0 189 * 190 * @global $wp_styles 191 * 189 192 */ 190 193 function twentytwelve_scripts_styles() { 191 194 global $wp_styles; … … 292 295 * for output in head of document, based on current view. 293 296 * 294 297 * @since Twenty Twelve 1.0 298 * 299 * @global int $paged WordPress archive pagination page count. 300 * @global int $page WordPress paginated post page count. 295 301 * 296 302 * @param string $title Default title text for current view. 297 303 * @param string $sep Optional separator. … … 403 409 * Displays navigation to next/previous pages when applicable. 404 410 * 405 411 * @since Twenty Twelve 1.0 412 * 413 * @global WP_Query $wp_query WordPress Query object. 414 * 406 415 */ 407 416 function twentytwelve_content_nav( $html_id ) { 408 417 global $wp_query; -
themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
264 264 * Determine if we want to print the dark-mode switch or not. 265 265 * 266 266 * @since Twenty Twenty-One 1.0 267 * 268 * @global $is_IE. 267 269 * 268 270 * @return bool 269 271 */ -
themes/twentytwentyone/functions.php
393 393 * Enqueue scripts and styles. 394 394 * 395 395 * @since Twenty Twenty-One 1.0 396 * 397 * @global $is_IE. 398 * @global $wp_scripts. 396 399 * 397 400 * @return void 398 401 */