Changeset 41162 for trunk/src/wp-includes/class-wp-locale.php
- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r39737 r41162 100 100 * 101 101 * @since 2.3.0 102 * @access public103 102 * @var array 104 103 */ … … 123 122 * 124 123 * @since 2.1.0 125 * @access public126 124 * 127 125 * @global string $text_direction … … 241 239 * 242 240 * @since 3.8.0 243 * @access public244 241 */ 245 242 public function rtl_src_admin_notice() { … … 256 253 * 257 254 * @since 2.1.0 258 * @access public259 255 * 260 256 * @param int $weekday_number 0 for Sunday through 6 Saturday … … 274 270 * 275 271 * @since 2.1.0 276 * @access public277 272 * 278 273 * @param string $weekday_name … … 290 285 * 291 286 * @since 2.1.0 292 * @access public293 287 * 294 288 * @param string $weekday_name Full translated weekday word … … 311 305 * 312 306 * @since 2.1.0 313 * @access public314 307 * 315 308 * @param string|int $month_number '01' through '12' … … 327 320 * 328 321 * @since 2.1.0 329 * @access public330 322 * 331 323 * @param string $month_name Translated month to get abbreviated version … … 342 334 * 343 335 * @since 2.1.0 344 * @access public345 336 * 346 337 * @param string $meridiem Either 'am', 'pm', 'AM', or 'PM'. Not translated version. … … 357 348 * 358 349 * @deprecated For backward compatibility only. 359 * @access public360 350 * 361 351 * @global array $weekday
Note: See TracChangeset
for help on using the changeset viewer.