Changeset 30105 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 10/30/2014 01:04:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r30074 r30105 17 17 * 18 18 * @since 1.5.0 19 *20 * @uses locate_template()21 19 * 22 20 * @param string $name The name of the specialised header. … … 60 58 * @since 1.5.0 61 59 * 62 * @uses locate_template()63 *64 60 * @param string $name The name of the specialised footer. 65 61 */ … … 102 98 * @since 1.5.0 103 99 * 104 * @uses locate_template()105 *106 100 * @param string $name The name of the specialised sidebar. 107 101 */ … … 150 144 * 151 145 * @since 3.0.0 152 *153 * @uses locate_template()154 146 * 155 147 * @param string $slug The slug name for the generic template. … … 308 300 * @since 2.7.0 309 301 * 310 * @uses wp_nonce_url() To protect against CSRF.311 * @uses site_url() To generate the log out URL.312 *313 302 * @param string $redirect Path to redirect to on logout. 314 303 * @return string A log out URL. … … 341 330 * @since 2.7.0 342 331 * 343 * @uses site_url() To generate the log in URL.344 *345 332 * @param string $redirect Path to redirect to on login. 346 333 * @param bool $force_reauth Whether to force reauthorization, even if a cookie is present. Default is false. … … 373 360 * 374 361 * @since 3.6.0 375 *376 * @uses site_url() To generate the registration URL.377 362 * 378 363 * @return string User registration URL. … … 496 481 * 497 482 * @since 2.8.0 498 *499 * @uses site_url() To generate the lost password URL500 483 * 501 484 * @param string $redirect Path to redirect to on login. … … 1430 1413 * 1431 1414 * @since 1.0.0 1432 * @uses calendar_week_mod()1433 1415 * 1434 1416 * @param bool $initial Optional, default is true. Use initial calendar names. … … 1712 1694 * @since 0.71 1713 1695 * 1714 * @uses get_the_date()1715 1696 * @param string $d Optional. PHP date format defaults to the date_format option if not specified. 1716 1697 * @param string $before Optional. Output before the date. … … 2033 2014 * @since 0.71 2034 2015 * @uses $wp_locale 2035 * @uses $post2036 2016 */ 2037 2017 function the_weekday() { … … 2359 2339 * 2360 2340 * @since 2.3.0 2361 * @uses esc_attr()2362 2341 * 2363 2342 * @param bool $escaped Whether the result is escaped. Default true. … … 2386 2365 * to ensure that it is safe for placing in an html attribute. 2387 2366 * 2388 * @uses esc_attr()2389 2367 * @since 2.1.0 2390 2368 */
Note: See TracChangeset
for help on using the changeset viewer.